Hiyve Components - v1.0.0
    Preparing search index...

    Interface AnnotationToolbarLabels

    interface AnnotationToolbarLabels {
        clearAll: string;
        clearMine: string;
        colorSwatch: (color: string) => string;
        lockDrawing: string;
        pen: string;
        unlockDrawing: string;
        width: string;
    }
    Index

    Properties

    clearAll: string
    clearMine: string
    colorSwatch: (color: string) => string

    Tooltip on a colour swatch — receives the colour value.

    lockDrawing: string

    Tooltip on the lock toggle when drawing is currently unlocked.

    pen: string
    unlockDrawing: string

    Tooltip on the lock toggle when drawing is currently locked.

    width: string