Rezi
Preparing search index...
core/src
FlattenedNode
Type Alias FlattenedNode<T>
FlattenedNode
:
Readonly
<
{
ancestorIsLast
:
readonly
boolean
[]
;
depth
:
number
;
hasChildren
:
boolean
;
key
:
string
;
node
:
T
;
parentKey
:
string
|
null
;
siblingCount
:
number
;
siblingIndex
:
number
;
}
,
>
A flattened node with depth and sibling information.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
A flattened node with depth and sibling information.