Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IResult<T>

The result of a dialog.

Type parameters

  • T

Hierarchy

  • IResult

Index

Properties

Properties

button

button: IButton

The button that was pressed.

value

value: T | null

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

Generated using TypeDoc