TileNavigation.freeze Method

Specifies whether the control should freeze (stop loading data when things change) or not. This is useful when many data changes need to occur, and it's not desired to load data during each change. Calling freeze(false) will de-activate freeze, wait on any pending deferreds (for example, from generateMetricSetBindings), and then call loadData when everything is finished.
 

Parameters

activate

Type: Boolean
(optional) Specifies whether the control should freeze or unfreeze. If not specified, it's assumed to be 'true'.
Optional: True