@umbraco-cms/backoffice
    Preparing search index...
    interface UmbDocumentTypeStructureDataSource {
        getAllowedChildrenOf(
            unique: null | string,
            parentContentUnique: null | string,
        ): Promise<
            UmbDataSourceResponse<UmbPagedModel<UmbAllowedDocumentTypeModel>>,
        >;
        getAllowedParentsOf(
            unique: string,
        ): Promise<UmbDataSourceResponse<UmbEntityModel[]>>;
    }

    Hierarchy (View Summary)

    Index

    Methods