Skip to content

MCarouselContentStyle

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

Flow Wiki

MCarouselContentStyle

  • MCarouselText

    • title : string
    • subtitle : string
  • 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
Clone this wiki locally