Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InputOptions

Hierarchy

  • InputOptions

Index

Properties

ignoreFocusLost?: boolean
password?: boolean
placeHolder?: string
prompt?: string
title?: string
value?: string
valueSelection?: [number, number]

Methods

  • validateInput(input: string): undefined | Promise<undefined | null | string | { content: string; severity: number }>