Interface IResult<T>

The result of a dialog.

Type Parameters

  • T

Hierarchy

  • IResult

Properties

Properties

button: IButton

The button that was pressed.

isChecked: boolean

State of the dialog checkbox.

Notes

It will be null if no checkbox is defined for the dialog.

value: T

The value retrieved from .getValue() if given on the widget.

Generated using TypeDoc