Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActionMessageItem<TValue, TResult>

A message item with a value.

Type parameters

  • TValue

  • TResult

Hierarchy

Index

Properties

Optional action

action: function

The action.

param

The underlying item.

returns

The result of the action.

Type declaration

Optional isCloseAffordance

isCloseAffordance: boolean

A hint for modal dialogs that the item should be triggered when the user cancels the dialog (e.g. by pressing the ESC key).

Note: this option is ignored for non-modal messages.

title

title: string

A short title like 'Retry', 'Open Log' etc.

Optional value

value: TValue

The value.

Generated using TypeDoc