Trevixal API
    Preparing search index...

    Interface FormatPainterOptions

    interface FormatPainterOptions {
        includeBlock?: boolean;
        onChange?: (state: FormatPainterState) => void;
    }
    Index
    includeBlock?: boolean

    Copy the block type and alignment as well as the inline marks. On by default: it is what users expect from a format painter.

    onChange?: (state: FormatPainterState) => void

    Notified whenever the armed state changes, for button styling.