Model: Settings
A model is required to encapsulate the current settings of the application. This is a root state model for NgRx state. These settings are specified as follows:
Properties:
-
autoUpdate
: boolean -
filter
:EventFilter
-
listFormat
:ListFormat
-
listSort
:ListSort
-
mapLayers
:MapLayers
-
timeZone
:TimeZone
Edited by Jon Rista