Type aliases
Casing
Casing: "upper" | "lower" | "title"
DefinitionValidator
Definition
Validator: (chrs: string, maskset: any, pos: number, strict: boolean, opts: Options) => boolean | CommandObject
Type declaration
-
-
Parameters
-
chrs: string
-
maskset: any
-
pos: number
-
strict: boolean
-
InputMode
InputMode: "verbatim" | "none" | "text" | "decimal" | "numeric" | "tel" | "search" | "email" | "url"
PositionCaretOnClick
PositionCaretOnClick: "none" | "lvp" | "radixFocus" | "select" | "ignore"
Range
Range: { end: string; start: string } | [string, string]