Tooltip directives
Tooltip directives are special attributes which can be used on template nodes in order to apply a specific tooltip to the element.
Text
Sets the text of the tooltip that will show when hovering over the element.
Directive name : tooltip:text
Example:
<form-field property-name="CustomerName" tooltip:text="Business identification of the customer" />
In this example, the rendered form-field will show the text when hovering over the label, the background and/or the edit field.