Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITextOptions

Constructor options for text input dialogs

Hierarchy

Index

Properties

Optional cancelLabel

cancelLabel: string

Label for cancel button.

Optional host

host: HTMLElement

The host element for the dialog. Defaults to document.body.

Optional label

label: string

Label of the requested input

Optional okLabel

okLabel: string

Label for ok button.

Optional placeholder

placeholder: string

Placeholder text

Optional renderer

renderer: IRenderer

An optional renderer for dialog items. Defaults to a shared default renderer.

Optional text

text: string

Default input text

title

title: Header

The top level text for the dialog. Defaults to an empty string.

Generated using TypeDoc