Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActionMessageItem

Describes an action based button of a popup.

Hierarchy

  • MessageItem
    • ActionMessageItem

Index

Properties

action

action: function

Gets the action of that button.

Type declaration

    • (): void
    • Returns void

Optional isCloseAffordance

isCloseAffordance: boolean

Indicates that this item replaces the default 'Close' action.

title

title: string

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

Generated using TypeDoc