JMdictKana: {
    appliesToKanji: string[];
    common: boolean;
    tags: Tag[];
    text: string;
}

Type declaration

  • appliesToKanji: string[]

    List of kanji spellings of this word which this particular kana version applies to. "*" means "all", an empty array means "none". This field is useful for words will multiple kanji variants - some of them may be read differently than others.

  • common: boolean

    Same as JMdictKanji.common. In this case, it shows that this particular kana transcription of a word is considered common. For example, when a word can be read in multiple ways, some of them may be more common than others.

  • tags: Tag[]

    Same as JMdictKanji.tags

  • text: string

    Kana-only writing, may only accidentally contain middle-dot and other punctuation-like characters.

Generated using TypeDoc