Trevixal API
    Preparing search index...

    Interface FormatPainterState

    What the toolbar needs to know about a format painter it does not own.

    interface FormatPainterState {
        armed: boolean;
        description?: string | null;
        locked: boolean;
    }
    Index
    armed: boolean
    description?: string | null

    A human-readable summary of the copied format, for the tooltip.

    locked: boolean