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

    Interface UmbMediaTypeStructureDataSource

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

    Hierarchy (View Summary)

    Index

    Methods