new TreeNode()
The store holding general data for folders. The properties are read-only.
- Source:
- See:
-
- React AIOT TreeNode documentation for properties and defaults
Quick reference
Members
- (async) applyOrder
- (async) setName
- (async) trash
Setters
- setter(callback, setHashopt)
Members
(async) applyOrder
Apply an order to the folder.
- Source:
(async) setName
Rename folder.
- Source:
(async) trash
Permanently delete folder.
- Source:
Methods
setter(callback, setHashopt)
Update this node attributes.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
callback |
function | The callback with one argument (node draft) | |
setHash |
boolean |
<optional> |
If true the hash node is changed so a rerender is forced |
- Source: