Field.hyperlinkTip Property
In This Article
Gets or sets the text for the tooltip displayed when the mouse hovers over a hyperlink field.
#Declaration
TypeScript
get hyperlinkTip(): string
#Property Value
Type | Description |
---|---|
string | A string containing the tooltip text. |
See Also