Skip to main content

Interface: CustomStatusDropDownAction

Charting Library.CustomStatusDropDownAction

Action link to be displayed at the end of the section for the status item in the pop-up tooltip.

Properties

onClick

onClick: () => void

Callback function to be executed when the user clicks on the action.

Type declaration

▸ (): void

Returns

void


text

text: string

Text to be displayed as the link


tooltip

Optional tooltip: string

Tooltip text to be displayed when the user hovers over the action link.