Defines a callout action menu entry
Constructor methods
constructor(text: string, onClickCallback: (actionMenuEntry: CalloutActionMenuEntry, actionMenuEntryIndex: number) => void, wzISrc: string, wzIAlt: string, wzISeq: number, wzDesc: string): CalloutActionMenuEntry
Creates a callout action menu entry
Parameters
-
text: string
Text to be displayed as the menu item text
-
onClickCallback: (actionMenuEntry: CalloutActionMenuEntry, actionMenuEntryIndex: number) => void
Callback that will be fired when the item is clicked
-
wzISrc: string
Url of the icon
-
wzIAlt: string
Alternative text for the icon image
-
wzISeq: number
Sequence for the menu item
-
wzDesc: string
Description of the menu item
Returns
CalloutActionMenuEntry