tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > ButtonProps > tooltip

ButtonProps.tooltip property

A tooltip text that is displayed when the element is hovered. Can be omitted if label is specified. Required if there is no label specified. For accessibility purposes, the tooltip is only displayed when it differs from the label.

Signature:

tooltip?: string;