Interface IBooleanOptions

Constructor options for boolean input dialogs

Hierarchy

Properties

cancelLabel?: string

Label for cancel button.

checkbox?: Partial<ICheckbox>

The checkbox to display in the footer. Defaults no checkbox.

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

label?: string

Label of the requested input

okLabel?: string

Label for ok button.

renderer?: Dialog.IRenderer

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

title: Header

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

value?: boolean

Default value

Generated using TypeDoc