Preparing search index...
The search index is not available
@chili-publish/studio-sdk
@chili-publish/studio-sdk
types/CommonTypes
ActionAsyncError
Class ActionAsyncError
Implements
AsyncErrorBase
Index
Constructors
constructor
Properties
event?
event
Chain?
id?
message
type
Constructors
constructor
new
ActionAsyncError
(
message
:
string
,
id
?:
string
,
event
?:
ActionEditorEvent
,
eventChain
?:
ActionEventErrorData
[]
,
)
:
ActionAsyncError
Parameters
message
:
string
Optional
id
:
string
Optional
event
:
ActionEditorEvent
Optional
eventChain
:
ActionEventErrorData
[]
Returns
ActionAsyncError
Properties
Optional
event
event
?:
ActionEditorEvent
Optional
event
Chain
eventChain
?:
ActionEventErrorData
[]
Optional
id
id
?:
string
message
message
:
string
type
type
:
AsyncErrorType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
event
event
Chain
id
message
type
@chili-publish/studio-sdk
Loading...