-
Notifications
You must be signed in to change notification settings - Fork 38
makeMTreeEditor
Stanislav Podolia edited this page Jul 21, 2020
·
2 revisions
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<?, ??> ]