Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 19.0Version 18.0 (current version)Version 17.0

On this page

You are viewing an old version of this documentation. Click here to open the current version, 18.0.

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;