title
Description
sets a tooltip text with additional info about the controlType
string
Example
<Field label="Unset value" position="left" type="slider" let:id>
<Slider {id} title="The default value is 0" />
</Field>
Related article: Adding a title
Related sample: Slider