name | description | type | default |
---|
visible | Control the visibility of the hint | bool | |
color | The hint background color | string | |
message | The hint message | union | |
messageStyle | The hint message custom style | union | |
icon | Icon to show next to the hint's message | union | |
iconStyle | The icon's style | union | |
position | The hint's position | enum | 'bottom' |
targetFrame | Provide custom target position instead of wrapping a child | shape | |
useSideTip | Show side tips instead of the middle tip | bool | |
borderRadius | The hint's border radius | number | |
edgeMargins | Hint margins from screen edges | number | |
offset | Hint offset from target | number | |
onBackgroundPress | Callback for the background press | func | |