Tooltip

Prompt, the description text appears when the mouse hovers, which is often used to simplify the page and focus the content.

Scenes to be used

  • menu item name

  • Detailed description of the object

Example

{
"illustrate": {
"label": "Description",
"view": {
"type": "tooltip",
"props": {
"value": ":desc"
}
}
}
}

Props

type IProps = TooltipProps & {
value: string
}

API

PropertiesDescriptionTypeDefaultRequiredVersion
valuedetailed descriptionstring-yes

For other properties, see Antd Tooltip

Tooltip

Prompt, the description text appears when the mouse hovers, which is often used to simplify the page and focus the content.

Scenes to be used

  • menu item name

  • Detailed description of the object

Example

{
"illustrate": {
"label": "Description",
"view": {
"type": "tooltip",
"props": {
"value": ":desc"
}
}
}
}

Props

type IProps = TooltipProps & {
value: string
}

API

PropertiesDescriptionTypeDefaultRequiredVersion
valuedetailed descriptionstring-yes

For other properties, see Antd Tooltip