mwg API
Reference
Overview
Examples
Getting started
Design
FAQ
Preparing search index...
TreeRow
Interface TreeRow<T>
A tree node as the flattened view holds it: its depth and whether its children are showing.
interface
TreeRow
<
T
>
{
depth
:
number
;
expanded
:
boolean
;
hasChildren
:
boolean
;
node
:
TreeNode
<
T
>
;
}
Type Parameters
T
Index
Properties
depth
expanded
has
Children
node
Properties
depth
depth
:
number
expanded
expanded
:
boolean
has
Children
hasChildren
:
boolean
node
node
:
TreeNode
<
T
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
depth
expanded
has
Children
node
Reference
Overview
Examples
Getting started
Design
FAQ
mwg API
Loading...
A tree node as the flattened view holds it: its depth and whether its children are showing.