Sanity Library Reference Docs
Preparing search index...
sanity
index
DocumentRemoteMutationEvent
Interface DocumentRemoteMutationEvent
Beta
Hidden
interface
DocumentRemoteMutationEvent
{
author
:
string
;
effects
:
{
apply
:
unknown
;
revert
:
unknown
}
;
head
:
SanityDocument
;
timestamp
:
Date
;
transactionId
:
string
;
type
:
"remoteMutation"
;
}
Index
Properties
author
effects
head
timestamp
transaction
Id
type
Properties
Beta
author
author
:
string
Beta
effects
effects
:
{
apply
:
unknown
;
revert
:
unknown
}
Beta
head
head
:
SanityDocument
Beta
timestamp
timestamp
:
Date
Beta
transaction
Id
transactionId
:
string
Beta
type
type
:
"remoteMutation"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
author
effects
head
timestamp
transaction
Id
type
Sanity Library Reference Docs
Loading...
Hidden