Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TropicalGroup

Hierarchy

Implements

Index

Constructors

Accessors

Methods

Constructors

constructor

  • Creates and initializes a module group instance with the optional array of child modules if provided. Alternatively, child modules can be loaded on-demand using the group's load() method.

    memberof

    ModuleGroup

    Parameters

    Returns TropicalGroup

Accessors

account

  • Aeris account associated with the module group.

    readonly
    memberof

    MapSourceModule

    Returns Account

app

  • Application the module group was initialized with.

    readonly
    memberof

    MapSourceModule

    Returns InteractiveMapApp

id

  • get id(): string
  • Returns string

map

  • Application map instance.

    readonly
    memberof

    MapSourceModule

    Returns InteractiveMap

modules

  • Array of child modules associated with the group.

    For groups that load on-demand modules, this value will be null until the modules have been loaded via the group's load() method.

    readonly
    memberof

    ModuleGroup

    Returns IMapSourceModule[]

Methods

controls

  • controls(): { buttons: any[]; title: string }
  • Returns { buttons: any[]; title: string }

    • buttons: any[]
    • title: string

initialize

load

Generated using TypeDoc