NavigatorHint
The navigator.hint
options.
content?
(e: NavigatorHintContentArgs) => string
The function that returns the content of the hint.
The available fields in the event argument are:
from
—The lower boundary of the selected range.to
—The upper boundary of the selected range.
format?
string
The format of the hint.
visible?
boolean
The visibility of the hint.