A class representing hyperlink link data within the map.
Readonly
identity of the map object
Gets the name of the hyperlink.
The name of the hyperlink.
Gets the url of the hyperlink.
The url of the hyperlink.
Serializes the hyperlink data to JSON.
An object representing the hyperlink.
Static
Checks if the provided instance is of type Hyperlink.
The instance to check.
True if the instance is a Hyperlink, false otherwise.
A class representing hyperlink link data within the map.