Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
TutorialStep
Interface TutorialStep
interface
TutorialStep
{
id
:
string
;
anchorId
:
string
;
message
:
string
;
condition
?:
()
=>
boolean
;
onShow
?:
(
step
:
TutorialStep
)
=>
void
;
onComplete
?:
(
step
:
TutorialStep
)
=>
void
;
data
?:
Record
<
string
,
unknown
>
;
}
Index
Properties
id
anchor
Id
message
condition?
on
Show?
on
Complete?
data?
Properties
id
id
:
string
anchor
Id
anchorId
:
string
message
message
:
string
Optional
condition
condition
?:
()
=>
boolean
Optional
on
Show
onShow
?:
(
step
:
TutorialStep
)
=>
void
Optional
on
Complete
onComplete
?:
(
step
:
TutorialStep
)
=>
void
Optional
data
data
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
anchor
Id
message
condition
on
Show
on
Complete
data
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...