Interface: EncoderConfig
Properties
auto_select_length
• Optional
auto_select_length: number
Defined in
hanzi-chai/src/lib/config.ts:207
auto_select_pattern
• Optional
auto_select_pattern: string
Defined in
hanzi-chai/src/lib/config.ts:208
conditions
• conditions: Record
<string
, Condition
>
Defined in
hanzi-chai/src/lib/config.ts:213
max_length
• max_length: number
Defined in
hanzi-chai/src/lib/config.ts:206
rules
• Optional
rules: WordRule
[]
Defined in
hanzi-chai/src/lib/config.ts:211
select_keys
• Optional
select_keys: string
[]
Defined in
hanzi-chai/src/lib/config.ts:209
short_code_schemes
• Optional
short_code_schemes: ShortCodeScheme
[]
Defined in
hanzi-chai/src/lib/config.ts:210
sources
• sources: Record
<string
, Source
>