Flarum (2.x)
    Preparing search index...
    interface IMarkdownButtonAttrs {
        hotkey?: string;
        icon: string;
        onclick: () => void;
        title?: string;
        [property: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [property: string]: any

      Any other virtual element properties, including attributes and event handlers.

    Index

    Properties

    hotkey?: string
    icon: string
    onclick: () => void
    title?: string