@logixjs/sandbox
Preparing search index...
UiIntentPacket
Interface UiIntentPacket
interface
UiIntentPacket
{
callbacks
:
readonly
string
[]
;
children
?:
readonly
UiIntentPacket
[]
;
component
:
string
;
id
:
string
;
intent
:
"mount"
|
"update"
|
"unmount"
|
"action"
;
meta
?:
{
label
?:
string
;
severity
?:
"error"
|
"info"
|
"warn"
;
stepId
?:
string
;
storyId
?:
string
;
tags
?:
readonly
string
[]
;
}
;
props
:
Record
<
string
,
unknown
>
;
}
Index
Properties
callbacks
children?
component
id
intent
meta?
props
Properties
Readonly
callbacks
callbacks
:
readonly
string
[]
Optional
Readonly
children
children
?:
readonly
UiIntentPacket
[]
Readonly
component
component
:
string
Readonly
id
id
:
string
Readonly
intent
intent
:
"mount"
|
"update"
|
"unmount"
|
"action"
Optional
Readonly
meta
meta
?:
{
label
?:
string
;
severity
?:
"error"
|
"info"
|
"warn"
;
stepId
?:
string
;
storyId
?:
string
;
tags
?:
readonly
string
[]
;
}
Readonly
props
props
:
Record
<
string
,
unknown
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
callbacks
children
component
id
intent
meta
props
@logixjs/sandbox
Loading...