Skip to main content
Version: latest

CustomStatusDropDownContent

Interface

Specifies the content to be displayed within a section of the pop-up tooltip which is displayed when a user clicks on the symbol status items.

The pop-up tooltip should be used to display additional information related to the status item.

Properties

action

Optional

Optional action link to be displayed at the bottom of the status section.

Type

CustomStatusDropDownAction


color

Optional

Color to be used for the icon and title. If unspecified then the color from the status item will be used.

Type

string


content

Content to the displayed within this section of the pop-up tooltip.

It is essential to protect the content you provide against cross-site scripting (XSS) attacks, as these strings will be interpreted as HTML markup.

Type

string[]


icon

Optional

Icon to be displayed next to the title for this section of the pop-up tooltip. If unspecified then the icon from the status item will be used.

Type

string


title

Title to be displayed next to the icon for this section of the pop-up tooltip.

Type

string