FileTreeNodeState
Defined in: src/components/controls/FileTree/FileTree.types.ts:42
Per-node state handed to FileTree render/resolve props.
Extends
Section titled “Extends”Properties
Section titled “Properties”depth:
number
Defined in: src/components/controls/TreeView/TreeView.types.ts:46
Inherited from
Section titled “Inherited from”expanded
Section titled “expanded”expanded:
boolean
Defined in: src/components/controls/TreeView/TreeView.types.ts:44
Inherited from
Section titled “Inherited from”focused
Section titled “focused”focused:
boolean
Defined in: src/components/controls/TreeView/TreeView.types.ts:45
Inherited from
Section titled “Inherited from”isFirst
Section titled “isFirst”isFirst:
boolean
Defined in: src/components/controls/TreeView/TreeView.types.ts:48
Inherited from
Section titled “Inherited from”isFolder
Section titled “isFolder”isFolder:
boolean
Defined in: src/components/controls/FileTree/FileTree.types.ts:44
Convenience flag — true when the node is a folder.
isLast
Section titled “isLast”isLast:
boolean
Defined in: src/components/controls/TreeView/TreeView.types.ts:49
Inherited from
Section titled “Inherited from”isLeaf
Section titled “isLeaf”isLeaf:
boolean
Defined in: src/components/controls/TreeView/TreeView.types.ts:47
Inherited from
Section titled “Inherited from”selected
Section titled “selected”selected:
boolean
Defined in: src/components/controls/TreeView/TreeView.types.ts:43