Sanity App SDK
Preparing search index...
@sanity/sdk
index
TransactionAcceptedEvent
Interface TransactionAcceptedEvent
Beta
Event emitted when a transaction is accepted.
interface
TransactionAcceptedEvent
{
outgoing
:
OutgoingTransaction
;
result
:
SingleActionResult
|
MultipleActionResult
;
type
:
"accepted"
;
}
Index
Properties
outgoing
result
type
Properties
Beta
outgoing
outgoing
:
OutgoingTransaction
Beta
result
result
:
SingleActionResult
|
MultipleActionResult
Beta
type
type
:
"accepted"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
outgoing
result
type
Sanity App SDK
Loading...
Event emitted when a transaction is accepted.