Skip to content

MListState

Stanislav Podolia edited this page Aug 8, 2019 · 2 revisions

Flow Wiki

MListState

  • MListSelection

    • enabled : Transform<bool>
    • multiple : bool
    • toggle : bool
    • selected : DynamicBehaviour<[ int ]>
  • MListSelectionEnabled

  • MOnListClick

    • enabled : Transform<bool>
    • onClick : (int) -> void
  • MListReorder

    • order : DynamicBehaviour<[ int ]>
    • enabled : Transform<bool>
  • MListReorderHideIcon
    Hide "drag_handle" icon which added automatically by MListReorder style

  • MGrabDelay

    • delay : int
  • MHoverEnabled
    Disable hover

  • MEnabled
    Disables inner clickable materials in most of the components

  • IScriptRecordingEnabled

  • MReorderDropSpot

  • MReorderCustomDraggingOrder
    Custom drop spot for items

Clone this wiki locally