Class CalloutActionMenuEntry

Defines a callout action menu entry

Index

Constructor methods

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