Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Casing

Casing: "upper" | "lower" | "title"

DefinitionValidator

DefinitionValidator: (chrs: string, maskset: any, pos: number, strict: boolean, opts: Options) => boolean | CommandObject

Type declaration

    • Parameters

      • chrs: string
      • maskset: any
      • pos: number
      • strict: boolean
      • opts: Options

      Returns boolean | CommandObject

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]

Generated using TypeDoc