Skip to content

makeMTreeEditor

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

Flow Wiki

makeMTreeEditor

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