Interface IMessageMenuItem
Hierarchy
- IMessageMenuItem
Properties
Optional icon
icon?: string
Optional items
A sub menu of menu items.
Optional label
label?: string
The text on the menu buttons
Optional on Click
on Click?: Function
The function that gets called when the menu button is clicked.
type
type: "single" | "multi" | "separator"
Type of menu. Single is one button, multi is a submenu, and separator is the line separator.
Generated using TypeDoc

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