Skip to main content

@mapgear/geoapps > Extension

Extension class

Represents an extension object

Signature:
export declare class Extension 

Remarks

The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the Extension class.

Properties

PropertyModifiersTypeDescription
KeystringKey of extension
Settingsreadonly{ key: string; value: string; }[]Settings of extension

Methods

MethodModifiersDescription
Get(key)Gets a setting by the specified key
Set(key, value)Add or update a setting