Interface IMultipleItemsOptions

Constructor options for item selection input dialogs

Hierarchy

Properties

cancelLabel?: string

Label for cancel button.

checkbox?: Partial<ICheckbox>

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

defaults?: string[]

Default choices

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

items: string[]

List of choices

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.

Generated using TypeDoc