@umbraco-cms/backoffice

    Interface UmbContentTypeStructureRepository<ItemType>

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

    Type Parameters

    • ItemType

    Implemented by

    Index

    Methods

    MMNEPVFCICPMFPCPTTAAATR