@umbraco-cms/backoffice
Preparing search index...
packages/content/content-type
UmbContentTypeStructureRepository
Interface UmbContentTypeStructureRepository<ItemType>
interface
UmbContentTypeStructureRepository
<
ItemType
>
{
requestAllowedChildrenOf
(
unique
:
string
,
parentContentUnique
:
null
|
string
,
)
:
Promise
<
UmbDataSourceResponse
<
UmbPagedModel
<
ItemType
>
>
>
;
}
Type Parameters
ItemType
Implemented by
UmbContentTypeStructureRepositoryBase
Index
Methods
request
Allowed
Children
Of
Methods
request
Allowed
Children
Of
requestAllowedChildrenOf
(
unique
:
string
,
parentContentUnique
:
null
|
string
,
)
:
Promise
<
UmbDataSourceResponse
<
UmbPagedModel
<
ItemType
>
>
>
Parameters
unique
:
string
parentContentUnique
:
null
|
string
Returns
Promise
<
UmbDataSourceResponse
<
UmbPagedModel
<
ItemType
>
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
request
Allowed
Children
Of
@umbraco-cms/backoffice
Loading...