RadkfileRadicalInfo: {
    code: string | null;
    kanji: string[];
    strokeCount: number;
}

Radical info

Type declaration

  • code: string | null

    One of:

    • the JIS X 0212 code of the kanji whose glyph better depicts the element in question
    • the name of an image file (used by the WWWJDIC server)
  • kanji: string[]

    Kanji which use this radical.

  • strokeCount: number

    Stroke count, integer > 0

Generated using TypeDoc