Edit

Visio.Interfaces.HyperlinkData interface

An interface describing the data returned by calling hyperlink.toJSON().

Remarks

Used by

Properties

address

Gets the address of the Hyperlink object. Read-only.

description

Gets the description of a hyperlink. Read-only.

extraInfo

Gets the extra URL request information used to resolve the hyperlink's URL. Read-only.

subAddress

Gets the sub-address of the Hyperlink object. Read-only.

Property Details

address

Gets the address of the Hyperlink object. Read-only.

address?: string;

Property Value

string

Remarks

API set: 1.1

description

Gets the description of a hyperlink. Read-only.

description?: string;

Property Value

string

Remarks

API set: 1.1

extraInfo

Gets the extra URL request information used to resolve the hyperlink's URL. Read-only.

extraInfo?: string;

Property Value

string

Remarks

API set: 1.1

subAddress

Gets the sub-address of the Hyperlink object. Read-only.

subAddress?: string;

Property Value

string

Remarks

API set: 1.1