Vue SPA Framework - HtmlApplication - Fields

This section describes the fields used to access the important parts of the application.

navigation

An array of dxCommand components that are created based on the application's navigation option value.

Type:

Array<Command>

Use the array provided by this field to change the set of commands that are displayed by the application's global navigation control.

router

Provides access to the Router object.

Type:

Object

stateManager

Provides access to the StateManager object.

Type:

Object

viewCache

Provides access to the ViewCache object.

Type:

Object