Type alias Kanjidic2DictionaryReferenceMorohashi

Kanjidic2DictionaryReferenceMorohashi: {
    morohashi: {
        page: number;
        volume: number;
    } | null;
    type: "moro";
    value: string;
}

Special case for reference: Morohashi

See

Kanjidic2DictionaryReferenceNotMorohashi for non-Morohashi types

Type declaration

  • morohashi: {
        page: number;
        volume: number;
    } | null
  • type: "moro"
    • moro - "Daikanwajiten" compiled by Morohashi. For some kanji two additional attributes are used: m_vol: the volume of the dictionary in which the kanji is found, and m_page: the page number in the volume.

    See

    Kanjidic2DictionaryReferenceNotMorohashi for non-Morohashi types

  • value: string

Generated using TypeDoc