Interface: DictionaryEntry

A single dictionary entry returned by a dictionary lookup.

Properties

hanja

readonly hanja: string

The hanja form (key), e.g. "漢字".


reading

readonly reading: string

The hangul reading, e.g. "한자".


requireHangul?

readonly optional requireHangul?: 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?

readonly optional requireHanja?: boolean

When true, the renderer should always show the original hanja alongside the hangul reading, regardless of ambiguity.

Corresponds to Rust MatchMark::require_hanja.