Interface TypeOptions

Hierarchy

Properties

blur?: boolean

Blur the field after typing. defaults to false

clear?: boolean

Clear the text before typing. defaults to false

delay?: number

Delay between each keypress. defaults to 0

successCondition?: (() => Promise<void>)

Type declaration

    • (): Promise<void>
    • Condition which identifies that function has finished successfully

      Returns Promise<void>

Generated using TypeDoc