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

    Interface UmbManagementApiTreeChildrenOfRequestArgs

    interface UmbManagementApiTreeChildrenOfRequestArgs {
        foldersOnly?: boolean;
        paging: UmbOffsetPaginationRequestModel;
        parent: { entityType: string; unique: string };
    }

    Hierarchy (View Summary)

    Index

    Properties

    foldersOnly?: boolean
    parent: { entityType: string; unique: string }