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

    Interface UmbElementTreeChildrenOfRequestArgs

    interface UmbElementTreeChildrenOfRequestArgs {
        dataType?: { unique: string };
        foldersOnly?: boolean;
        paging?: UmbOffsetPaginationRequestModel | UmbTargetPaginationRequestModel;
        parent: UmbEntityModel;
    }

    Hierarchy (View Summary)

    Index

    Properties

    dataType?: { unique: string }
    foldersOnly?: boolean