Options
All
  • Public
  • Public/Protected
  • All
Menu

Client representation of an extension object, as configured by an administrator.

Hierarchy

  • Extension

Index

Constructors

Properties

Constructors

constructor

  • new Extension(className: string, instance: any): Extension
  • Initializes a new instance of the {@link geocortex.essentials.Extension} class.

    Parameters

    • className: string

      Name of the class.

    • instance: any

      The extension object instance.

    Returns Extension

Properties

className

className: string

The name of the class of the Extension.

instance

instance: any

The instance of this Extension.