Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 18.0Version 17.0 (current version)

On this page

CasedWordformToKeySpec type

Home > @keymanapp/kmc-model > CasedWordformToKeySpec

CasedWordformToKeySpec type

Simplifies input text to facilitate finding entries within a lexical model's lexicon, using the model's applyCasing function to assist in the keying process. 14.0

Signature:

export type CasedWordformToKeySpec = (term: string, applyCasing?: CasingFunction) => string;