Skip to main content
Version: latest

CustomStatusDropDownAction

Interface

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

Properties

onClick

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

Type

() => void

Type declaration

Signature

() => void
Returns

void


text

Text to be displayed as the link

Type

string


tooltip

Optional

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

Type

string