Initializes a new instance of the LayerHyperlink class.
Values used to populate the members of this object.
Whether to URL encode replacement values in the uri property.
The URI of an image which represents the hyperlink being generated.
The {@link geocortex.essentials.Layer} that this LayerHyperlink belongs to. Only has a value when this LayerHyperlink was constructed directly on a layer.
The {@link geocortex.essentials.MapService} that this Layerhyperlink belongs to.
The name of the target browser window which the hyperlink result will populate (e.g., _blank).
The text to display in place of the hyperlink URI.
The information shown to the user when the hyperlink is hovered over.
A URI format string which can be used to dynamically insert field values within the URI.
Exports the state of the hyperlink as a JSON object. This can be used to recreate the hyperlink again via the constructor.
Client representation of a layer hyperlink object attached to a layer.