-
Notifications
You must be signed in to change notification settings - Fork 38
MTreeEditor
Stanislav Podolia edited this page Jul 21, 2020
·
2 revisions
-
state : MTreeEditorState<?, ??>
-
tree : DynamicBehaviour<[ MTreeEditorNode<?, ??> ]>
-
toolbar : MMenuPanel
-
view : Material
-
makeMTreeEditor -> MTreeEditor
Creates tree node string editor (add, delete, move, edit) with keyboard support
and customizable with additional data and controls
Check MTreeStyle in material.flow for more styles-
manager : MaterialManager
-
tree : DynamicBehaviour<[ MTreeEditorNode<?, ??> ]>
-
getNewNode : (cb : (MTreeEditorNode<?, ??>) -> void) -> void
-
style : [ MTreeEditorStyle<?, ??> ]
-
manager : MaterialManager