Type Alias: KeyOptions
KeyOptions =
Omit<TokenizeOptions,"lowerCase"|"capitalize"> &object
Type Declaration
Section titled “Type Declaration”maxLength?
Section titled “maxLength?”
optionalmaxLength?:number
truncateHashLength?
Section titled “truncateHashLength?”
optionaltruncateHashLength?:number
truncateStrategy?
Section titled “truncateStrategy?”
optionaltruncateStrategy?:"hash"|"trim"|"empty"