Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a FeatureHyperlink configured on a layer by an Administrator.

Hierarchy

  • FeatureHyperlink

Index

Constructors

constructor

  • Initializes a new instance of the {@link geocortex.essentials.FeatureHyperlink} class.

    Parameters

    • featureHyperlinkInfo: FeatureHyperlink

      Associative array of properties to use to populate the members of this object.

    • layer: Layer

      The layer that this FeatureHyperlink is associated with.

    Returns FeatureHyperlink

Properties

encodeUriReplacementValues

encodeUriReplacementValues: boolean

Whether to URL encode replacement values in the uri property.

iconUri

iconUri: string

The URI of an image which represents the hyperlink being generated.

layer

layer: Layer

The {@link geocortex.essentials.Layer} that this FeatureHyperlink belongs to.

target

target: string

The name of the target browser window which the hyperlink result will populate (e.g., _blank).

text

text: string

The text to display in place of the hyperlink URI.

toolTip

toolTip: string

The information shown to the user when the hyperlink is hovered over.

uri

uri: string

A URI format string which can be used to dynamically insert field values within the URI.