Interface: IFolderTreeNodeProps
model.IFolderTreeNodeProps
Hierarchy
ITreeNodeItemProps
\<any
>↳
IFolderTreeNodeProps
Implemented by
Table of contents
Properties
Properties
children
• Optional
children: IFolderTreeNodeProps
[]
Overrides
ITreeNodeItemProps.children
Defined in
src/model/workbench/explorer/folderTree.tsx:51
content
• Optional
content: string
Defined in
src/model/workbench/explorer/folderTree.tsx:49
data
• Optional
data: any
Store the custom data
Inherited from
ITreeNodeItemProps.data
Defined in
src/components/tree/index.tsx:55
disabled
• Optional
disabled: boolean
The status of disabled
Inherited from
ITreeNodeItemProps.disabled
Defined in
src/components/tree/index.tsx:39
fileType
• Optional
fileType: "File"
| "Folder"
| "RootFolder"
Defined in
src/model/workbench/explorer/folderTree.tsx:50
icon
• Optional
icon: string
| Element
The icon of this tree node, which is rendered in front of the name
Inherited from
ITreeNodeItemProps.icon
Defined in
src/components/tree/index.tsx:35
id
• id: UniqueId
The unique id in tree node
Aware
Please be aware of that id should be global unique
Inherited from
ITreeNodeItemProps.id
Defined in
src/components/tree/index.tsx:27
isEditable
• Optional
isEditable: boolean
The status of editable, mark whether the node is being edited
Inherited from
ITreeNodeItemProps.isEditable
Defined in
src/components/tree/index.tsx:47
isLeaf
• Optional
isLeaf: boolean
The type of this tree node.
Inherited from
ITreeNodeItemProps.isLeaf
Defined in
src/components/tree/index.tsx:43
location
• Optional
location: string
Defined in
src/model/workbench/explorer/folderTree.tsx:48
name
• Optional
name: string
The name of this tree node
Inherited from
ITreeNodeItemProps.name