Sanity App SDK
Preparing search index...
@sanity/sdk
index
DocumentCreatedEvent
Interface DocumentCreatedEvent
Beta
Event emitted when a document is created.
interface
DocumentCreatedEvent
{
documentId
:
string
;
outgoing
:
OutgoingTransaction
;
type
:
"created"
;
}
Index
Properties
document
Id
outgoing
type
Properties
Beta
document
Id
documentId
:
string
Beta
outgoing
outgoing
:
OutgoingTransaction
Beta
type
type
:
"created"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
document
Id
outgoing
type
Sanity App SDK
Loading...
Event emitted when a document is created.