entviz — @entviz/core & @entviz/react API
    Preparing search index...

    Interface Messages

    interface Messages {
        actions: string;
        ariaView: string;
        close?: string;
        compareAction: string;
        copiedComparison: string;
        copiedImage: string;
        copiedSvg: string;
        copiedValue: string;
        copyComparison: string;
        copyFailed: string;
        copyImage: string;
        copySvg: string;
        copyValue: string;
        ctlCopiedComparison?: string;
        ctlCopiedImage?: string;
        ctlCopiedSvg?: string;
        ctlCopiedValue?: string;
        ctlLarger?: string;
        ctlShape?: string;
        ctlSize?: string;
        ctlSmaller?: string;
        desc: string;
        locateAction?: string;
        stepCite: string;
        stepCompare: string;
        stepVisualize: string;
        teachVisualize: string;
        view: string;
    }
    Index
    actions: string
    ariaView: string
    close?: string

    ✕ popover-close aria-label/tooltip. Present in every shipped locale; optional only so a host messages override may omit it (then it falls back to "Close").

    compareAction: string
    copiedComparison: string
    copiedImage: string
    copiedSvg: string
    copiedValue: string
    copyComparison: string
    copyFailed: string
    copyImage: string
    copySvg: string
    copyValue: string
    ctlCopiedComparison?: string

    transient toast after "Copy comparison text".

    ctlCopiedImage?: string

    transient toast after "Copy image".

    ctlCopiedSvg?: string

    transient toast after "Copy SVG".

    ctlCopiedValue?: string

    transient toast after "Copy value".

    ctlLarger?: string

    aria-label for the + (grow) button.

    ctlShape?: string

    aria-label for the grid-shape control.

    ctlSize?: string

    aria-label for the font-size control group.

    ctlSmaller?: string

    aria-label for the − (shrink) button.

    desc: string
    locateAction?: string

    "Find other occurrences…" — the in-corpus locate affordance label. Optional + English-fallback at the call site (like the ctl* keys) so the per-locale CATALOG need not be re-translated in the same change that ships the feature; translating it across locales is a follow-up (~74sc).

    stepCite: string
    stepCompare: string
    stepVisualize: string
    teachVisualize: string
    view: string