@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
>
>
>
;
getAllowedParentsOf
?
(
unique
:
string
,
)
:
Promise
<
UmbDataSourceResponse
<
UmbEntityModel
[]
>
>
;
}
Type Parameters
ItemType
Hierarchy (
View Summary
)
UmbContentTypeStructureDataSource
UmbDocumentTypeStructureDataSource
UmbMediaTypeStructureDataSource
Implemented by
UmbContentTypeStructureServerDataSourceBase
Index
Methods
get
Allowed
Children
Of
get
Allowed
Parents
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
>
>
>
Optional
get
Allowed
Parents
Of
getAllowedParentsOf
?
(
unique
:
string
,
)
:
Promise
<
UmbDataSourceResponse
<
UmbEntityModel
[]
>
>
Parameters
unique
:
string
Returns
Promise
<
UmbDataSourceResponse
<
UmbEntityModel
[]
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Allowed
Children
Of
get
Allowed
Parents
Of
@umbraco-cms/backoffice
Loading...