title
Description
Optional. Sets a tooltip text with additional info about the controlUsage
title?: string;
Example
<Field label="Unset value" position="left" type="slider">
<Slider title="The default value is 0" />
</Field>
Related article: Adding a title
Related sample: Slider