@umbraco-cms/backoffice
Preparing search index...
packages/core/repository
UmbItemRepository
Interface UmbItemRepository<ItemType>
interface
UmbItemRepository
<
ItemType
>
{
items
:
(
uniques
:
string
[]
,
)
=>
Promise
<
undefined
|
Observable
<
ItemType
[]
>
>
;
requestItems
:
(
uniques
:
string
[]
,
)
=>
Promise
<
UmbRepositoryResponseWithAsObservable
<
undefined
|
ItemType
[]
,
undefined
|
ItemType
[]
,
>
,
>
;
destroy
()
:
void
;
}
Type Parameters
ItemType
Hierarchy (
View Summary
)
UmbApi
UmbItemRepository
Implemented by
UmbItemRepositoryBase
Index
Properties
items
request
Items
Methods
destroy
Properties
items
items
:
(
uniques
:
string
[]
)
=>
Promise
<
undefined
|
Observable
<
ItemType
[]
>
>
request
Items
requestItems
:
(
uniques
:
string
[]
,
)
=>
Promise
<
UmbRepositoryResponseWithAsObservable
<
undefined
|
ItemType
[]
,
undefined
|
ItemType
[]
,
>
,
>
Methods
destroy
destroy
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
items
request
Items
Methods
destroy
@umbraco-cms/backoffice
Loading...