Interface MessageActionItem

interface MessageActionItem {
    title: string;
    [key: string]: string | number | boolean | object;
}

Indexable

  • [key: string]: string | number | boolean | object

    Additional attributes that the client preserves and sends back to the server. This depends on the client capability window.messageActionItem.additionalPropertiesSupport

Properties

Properties

title: string

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