Class VcsApp

Accessors

  • get locale(): string
  • Returns string

  • set locale(value): void
  • sets the locale of the vcsApp and the linked layerCollection. This will trigger the localeChanged Event.

    Parameters

    • value: string

      new locale with 2 letters

    Returns void

Constructors

Methods

  • Parameters

    • moduleId: string

    Returns Promise<void>

  • When adding multiple modules, adding of previous modules are awaited. If an invalid module is added an error is thrown and already added items of invalid module are removed.

    Parameters

    Returns Promise<void>

  • Destroys the app and all its collections, their content and ui managers.

    Returns void

  • Parameters

    • moduleId: string

    Returns Promise<void>

  • resets the dynamic VcsModule to the "defaultDynamicModule"

    Returns void

  • sets the given module as the dynamic

    Parameters

    Returns void

Properties

description: undefined | string
name: undefined | string
properties: undefined | Record<string, unknown>