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

    Interface UmbContentTypeStructureDataSource<ItemType>

    interface UmbContentTypeStructureDataSource<ItemType> {
        getAllowedChildrenOf(
            unique: null | string,
            parentContentUnique: null | string,
        ): Promise<UmbDataSourceResponse<UmbPagedModel<ItemType>>>;
        getAllowedParentsOf?(
            unique: string,
        ): Promise<UmbDataSourceResponse<UmbEntityModel[]>>;
    }

    Type Parameters

    • ItemType

    Hierarchy (View Summary)

    Implemented by

    Index

    Methods