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