Preparing search index...
The search index is not available
@umbraco-cms/backoffice
@umbraco-cms/backoffice
packages/core/repository
UmbItemServerDataSourceBaseArgs
Interface UmbItemServerDataSourceBaseArgs<ServerItemType, ClientItemType>
interface
UmbItemServerDataSourceBaseArgs
<
ServerItemType
,
ClientItemType
extends
{
unique
:
string
}
,
>
{
getItems
:
(
uniques
:
string
[]
)
=>
Promise
<
ServerItemType
[]
>
;
mapper
:
(
item
:
ServerItemType
)
=>
ClientItemType
;
}
Type Parameters
ServerItemType
ClientItemType
extends
{
unique
:
string
}
Index
Properties
get
Items
mapper
Properties
get
Items
getItems
:
(
uniques
:
string
[]
)
=>
Promise
<
ServerItemType
[]
>
mapper
mapper
:
(
item
:
ServerItemType
)
=>
ClientItemType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
Items
mapper
@umbraco-cms/backoffice
Loading...