Hierarchy

  • IMessageMenuItem

Properties

icon?: string

Icon to be displayed next to label. Currently supports font-awesome icons.

A sub menu of menu items.

label?: string

The text on the menu buttons

onClick?: Function

The function that gets called when the menu button is clicked.

type: "single" | "multi" | "separator"

Type of menu. Single is one button, multi is a submenu, and separator is the line separator.

Generated using TypeDoc