@umbraco-cms/backoffice

    Interface UmbContentTypeStructureDataSource<ItemType>

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

    Type Parameters

    • ItemType

    Implemented by

    Index

    Methods

    MMNEPVFCICPMFPCPTTAAATR