@umbraco-cms/backoffice
Preparing search index...
packages/management-api
UmbManagementApiDetailDataRequestManagerArgs
Interface UmbManagementApiDetailDataRequestManagerArgs<DetailResponseModelType, CreateRequestModelType, UpdateRequestModelType>
interface
UmbManagementApiDetailDataRequestManagerArgs
<
DetailResponseModelType
,
CreateRequestModelType
,
UpdateRequestModelType
,
>
{
create
:
(
data
:
CreateRequestModelType
,
)
=>
Promise
<
UmbApiResponse
<
{
data
:
unknown
}
>
>
;
dataCache
:
UmbManagementApiDetailDataCache
<
DetailResponseModelType
>
;
delete
:
(
id
:
string
)
=>
Promise
<
UmbApiResponse
<
{
data
:
unknown
}
>
>
;
inflightRequestCache
:
UmbManagementApiInFlightRequestCache
<
DetailResponseModelType
,
>
;
read
:
(
id
:
string
,
)
=>
Promise
<
UmbApiResponse
<
{
data
:
DetailResponseModelType
}
>
>
;
update
:
(
id
:
string
,
data
:
UpdateRequestModelType
,
)
=>
Promise
<
UmbApiResponse
<
{
data
:
unknown
}
>
>
;
}
Type Parameters
DetailResponseModelType
CreateRequestModelType
UpdateRequestModelType
Index
Properties
create
data
Cache
delete
inflight
Request
Cache
read
update
Properties
create
create
:
(
data
:
CreateRequestModelType
,
)
=>
Promise
<
UmbApiResponse
<
{
data
:
unknown
}
>
>
data
Cache
dataCache
:
UmbManagementApiDetailDataCache
<
DetailResponseModelType
>
delete
delete
:
(
id
:
string
)
=>
Promise
<
UmbApiResponse
<
{
data
:
unknown
}
>
>
inflight
Request
Cache
inflightRequestCache
:
UmbManagementApiInFlightRequestCache
<
DetailResponseModelType
,
>
read
read
:
(
id
:
string
)
=>
Promise
<
UmbApiResponse
<
{
data
:
DetailResponseModelType
}
>
>
update
update
:
(
id
:
string
,
data
:
UpdateRequestModelType
,
)
=>
Promise
<
UmbApiResponse
<
{
data
:
unknown
}
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
data
Cache
delete
inflight
Request
Cache
read
update
@umbraco-cms/backoffice
Loading...