Options
All
  • Public
  • Public/Protected
  • All
Menu

This is the entry point to the Application component

In the browser globals context, this is accessible via MapGuide.Application

Hierarchy

  • ApplicationViewModel

Index

Methods

Methods

mount

  • mount(node: Element, props: IAppProps): void
  • Mounts the map viewer application at the specified DOM element with the given component props.

    For the viewer templates already provided, this method is already called for you in the template's HTML. If you are creating your own viewer template, be sure to call this method must on the template's HTML.

    memberof

    ApplicationViewModel

    Parameters

    Returns void

Generated using TypeDoc