@umbraco-cms/backoffice
    Preparing search index...

    Interface UmbTreeChildrenOfRequestArgs

    interface UmbTreeChildrenOfRequestArgs {
        foldersOnly?: boolean;
        paging?: UmbOffsetPaginationRequestModel | UmbTargetPaginationRequestModel;
        parent: UmbEntityModel;
    }

    Hierarchy (View Summary)

    Index

    Properties

    foldersOnly?: boolean