mwg API
    Preparing search index...

    Interface EditRow

    one translatable key as the editor shows it: reference text left, target text right

    interface EditRow {
        baseText: string;
        key: string;
        sound?: string;
        soundInherited: boolean;
        soundKey?: string;
        status: "missing" | "ok" | "extra";
        targetText: string;
    }
    Index
    baseText: string
    key: string
    sound?: string

    effective cue: the target's own <key>.audio, else the base's, else the family's (see below)

    soundInherited: boolean

    true when sound above was inherited from the base catalog

    soundKey?: string

    the full audio key sound above came from, when any

    status: "missing" | "ok" | "extra"
    targetText: string

    '' when the target has no entry for this key yet