Skip to content

MBottomNavActionStyle

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

Flow Wiki

MBottomNavActionStyle

  • MOnClick
    Only one type of MOnClick* is called when several conflicting styles are used.
    For example if button has MOnClick and MOnTripleClick, only MOnTripleClick on triple click.
    If click starts some async task, then consider to use MOnClickAsync instead

    • click : () -> void
  • MIconCounter

Clone this wiki locally