Sanity App SDK
Preparing search index...
@sanity/sdk
index
DocumentAction
Type Alias DocumentAction<TDocumentType, TDataset, TProjectId>
Beta
DocumentAction
:
|
CreateDocumentAction
<
TDocumentType
,
TDataset
,
TProjectId
>
|
DeleteDocumentAction
<
TDocumentType
,
TDataset
,
TProjectId
>
|
EditDocumentAction
<
TDocumentType
,
TDataset
,
TProjectId
>
|
PublishDocumentAction
<
TDocumentType
,
TDataset
,
TProjectId
>
|
UnpublishDocumentAction
<
TDocumentType
,
TDataset
,
TProjectId
>
|
DiscardDocumentAction
<
TDocumentType
,
TDataset
,
TProjectId
>
Union type representing all possible document actions within the SDK.
Type Parameters
TDocumentType
extends
string
=
string
TDataset
extends
string
=
string
TProjectId
extends
string
=
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Sanity App SDK
Loading...
Union type representing all possible document actions within the SDK.