Interface: IFolderTreeNodeProps
molecule.model.IFolderTreeNodeProps
Hierarchy
ITreeNodeItemProps
<any
>↳
IFolderTreeNodeProps
Implemented by
Properties
children
• Optional
children: IFolderTreeNodeProps
[]
The children of this tree node
Overrides
Defined in
src/model/workbench/explorer/folderTree.tsx:47
content
• Optional
content: string
Defined in
src/model/workbench/explorer/folderTree.tsx:45
data
• Optional
data: any
Store the custom data
Inherited from
Defined in
src/components/tree/index.tsx:49
disabled
• Optional
disabled: boolean
The status of disabled
Inherited from
Defined in
src/components/tree/index.tsx:33
fileType
• Optional
fileType: "File"
| "Folder"
| "RootFolder"
Defined in
src/model/workbench/explorer/folderTree.tsx:46
icon
• Optional
icon: string
| Element
The icon of this tree node, which is rendered in front of the name
Inherited from
Defined in
src/components/tree/index.tsx:29
id
• id: UniqueId
The unique id in tree node
aware
Please be aware of that id should be global unique
Inherited from
Defined in
src/components/tree/index.tsx:21
isEditable
• Optional
isEditable: boolean
The status of editable, mark whether the node is being edited
Inherited from
Defined in
src/components/tree/index.tsx:41
isLeaf
• Optional
isLeaf: boolean
The type of this tree node.
Inherited from
Defined in
src/components/tree/index.tsx:37
location
• Optional
location: string
Defined in
src/model/workbench/explorer/folderTree.tsx:44
name
• Optional
name: string
The name of this tree node