Trevixal API
    Preparing search index...

    Interface FormatPainterState

    interface FormatPainterState {
        armed: boolean;
        format: CopiedFormat | null;
        locked: boolean;
    }
    Index
    armed: boolean

    True while the painter will apply to the next selection.

    format: CopiedFormat | null

    The captured format, or null when nothing has been copied.

    locked: boolean

    True when armed until explicitly turned off, rather than for one use.