Skip to content

MTreeEditor

Stanislav Podolia edited this page Jul 21, 2020 · 2 revisions

Flow Wiki

MTreeEditor

  • 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<?, ??> ]
Clone this wiki locally