Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InputOptions

Hierarchy

  • InputOptions

Index

Properties

Optional ignoreFocusLost

ignoreFocusLost: boolean

Optional password

password: boolean

Optional placeHolder

placeHolder: string

Optional prompt

prompt: string

Optional value

value: string

Optional valueSelection

valueSelection: [number, number]

Methods

Optional validateInput

  • validateInput(input: string): undefined | Promise<undefined | null | string>