Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
DialogTreeOptions
Interface DialogTreeOptions
interface
DialogTreeOptions
{
start
:
string
;
nodes
:
Record
<
string
,
DialogNode
>
;
predicates
?:
Record
<
string
,
DialogPredicate
>
;
actions
?:
Record
<
string
,
DialogAction
>
;
onEnd
?:
()
=>
void
;
}
Index
Properties
start
nodes
predicates?
actions?
on
End?
Properties
start
start
:
string
nodes
nodes
:
Record
<
string
,
DialogNode
>
Optional
predicates
predicates
?:
Record
<
string
,
DialogPredicate
>
Optional
actions
actions
?:
Record
<
string
,
DialogAction
>
Optional
on
End
onEnd
?:
()
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
start
nodes
predicates
actions
on
End
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...