Flarum (v2.0.0-beta.5)
    Preparing search index...

    An event which takes place in the DOM.

    interface Event {
        redraw: boolean;
    }

    Hierarchy

    • __Event
      • Event
    Index

    Properties

    Properties

    redraw: boolean

    Whether this event should trigger a Mithril redraw.