Dispatches the given action
Gets the command registered by the specific name
Returns any extra initial state to include as part of initializing the redux store
Overridable by sub-classes that want to include extra initial state
Returns any extra reducers to include as part of initializing the redux store
Overridable by sub-classes that want to include custom reducers
Returns the current application state. This state is read-only and should not be modified.
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.
Generated using TypeDoc
This is the entry point to the Application component
In the browser globals context, this is accessible via MapGuide.Application