Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDialogResults<T>

Type parameters

  • T

Hierarchy

  • IDialogResults

Index

Properties

Properties

accept

accept: boolean

Whether the dialog was 'accepted' by the user.

see

IButton

clicked

clicked: string

The label of the button that was clicked.

Optional result

result: T

The result of the dialog, if it was 'accepted' and the dialog implemented a getValue function.

see

IWidgetWithValue

Generated using TypeDoc