Preparing search index...
The search index is not available
Tidyscripts Docs
Tidyscripts Docs
node
common
apis
reflections
EventChainNode
Interface EventChainNode
Event chain node (for building tree structures)
interface
EventChainNode
{
children
:
node
.
common
.
apis
.
reflections
.
EventChainNode
[]
;
depth
:
number
;
event
:
node
.
apis
.
insights
.
InsightsEvent
;
}
Index
Properties
children
depth
event
Properties
children
children
:
node
.
common
.
apis
.
reflections
.
EventChainNode
[]
depth
depth
:
number
event
event
:
node
.
apis
.
insights
.
InsightsEvent
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
children
depth
event
Tidyscripts Docs
Loading...
Event chain node (for building tree structures)