Prompt, the description text appears when the mouse hovers, which is often used to simplify the page and focus the content.
menu item name
Detailed description of the object
{"illustrate": {"label": "Description","view": {"type": "tooltip","props": {"value": ":desc"}}}}
type IProps = TooltipProps & {value: string}
Properties | Description | Type | Default | Required | Version |
---|---|---|---|---|---|
value | detailed description | string | - | yes |
For other properties, see Antd Tooltip
Prompt, the description text appears when the mouse hovers, which is often used to simplify the page and focus the content.
menu item name
Detailed description of the object
{"illustrate": {"label": "Description","view": {"type": "tooltip","props": {"value": ":desc"}}}}
type IProps = TooltipProps & {value: string}
Properties | Description | Type | Default | Required | Version |
---|---|---|---|---|---|
value | detailed description | string | - | yes |
For other properties, see Antd Tooltip