Skip to main content
A newer version of this page is available. .

constructor Constructor

Initializes a new instance of the HyperlinkSettings object.

Declaration

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

Parameters

Name Type Description
url string

A hyperlink URL.

bookmark string

A bookmark name.

tooltip string

A tooltip text.

text string

A hyperlink text.

See Also