@umbraco-cms/backoffice
Preparing search index...
packages/content/content-type
UmbContentTypeStructureServerDataSourceBaseArgs
Interface UmbContentTypeStructureServerDataSourceBaseArgs<ServerItemType, ClientItemType>
interface
UmbContentTypeStructureServerDataSourceBaseArgs
<
ServerItemType
extends
AllowedContentTypeBaseModel
,
ClientItemType
extends
UmbEntityModel
,
>
{
getAllowedChildrenOf
:
(
unique
:
null
|
string
,
parentContentUnique
:
null
|
string
,
)
=>
Promise
<
UmbDataSourceResponse
<
UmbPagedModel
<
ServerItemType
>
>
>
;
mapper
:
(
item
:
ServerItemType
)
=>
ClientItemType
;
}
Type Parameters
ServerItemType
extends
AllowedContentTypeBaseModel
ClientItemType
extends
UmbEntityModel
Index
Properties
get
Allowed
Children
Of
mapper
Properties
get
Allowed
Children
Of
getAllowedChildrenOf
:
(
unique
:
null
|
string
,
parentContentUnique
:
null
|
string
,
)
=>
Promise
<
UmbDataSourceResponse
<
UmbPagedModel
<
ServerItemType
>
>
>
mapper
mapper
:
(
item
:
ServerItemType
)
=>
ClientItemType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
Allowed
Children
Of
mapper
@umbraco-cms/backoffice
Loading...