Skip to main content
All docs
V18.2

constructor(url, bookmark, tooltip, text) Constructor

Initializes a new instance of the HyperlinkSettings object. For internal use only.

Declaration

constructor(
    url: string,
    bookmark: string,
    tooltip: string,
    text: string
)

Parameters

Name Type Description
url string

A hyperlink destination.

bookmark string

An associated bookmark

tooltip string

A text for the tooltip displayed when the mouse hovers over a hyperlink.

text string

A text displayed for a hyperlink.

See Also