Interface: DictionaryEntry
A single dictionary entry returned by a dictionary lookup.
Properties
hanja
readonlyhanja:string
The hanja form (key), e.g. "漢字".
reading
readonlyreading:string
The hangul reading, e.g. "한자".
requireHangul?
readonlyoptionalrequireHangul?:boolean
When true, the renderer should always show a hangul gloss alongside
the original hanja (used with rendering: "original").
Corresponds to Rust MatchMark::require_hangul.
requireHanja?
readonlyoptionalrequireHanja?:boolean
When true, the renderer should always show the original hanja
alongside the hangul reading, regardless of ambiguity.
Corresponds to Rust MatchMark::require_hanja.