Configuration options applied to all the Actions. Action
Configuration options applied to all the AsyncSystems. AsyncSystem
Configuration options applied to all the BoolUnits. BoolUnit
Configuration options applied to all the Clusters. Cluster
Configuration options applied to all the DictUnits. DictUnit
Global ActiveJS environment configurations options.
Configuration options applied to all the GenericUnits. GenericUnit
Configuration options applied to all the ListUnits. ListUnit
Configuration options applied to all the NumUnits. NumUnit
Configuration options applied to all the StringUnits. StringUnit
Configuration options applied to all the Units. Unit
The default Storage API being used for storing the values of persistent Units.
It sets the ENVIRONMENT to it's default configuration,
i.e: it turns off all the checks declared in ENVIRONMENT and
also, disables the extra logs.
To check whether the production mode has been enabled or not.
Resets all global configurations to their default/empty state.
It doesn't affect any currently existing instances, it's only applicable to the instances created after this.
Sets and overrides default configurations.
These configurations can still be overridden at the time of instantiation.
It should only be called once in the whole app. Calling it second time doesn't merge the new configuration, it simply rewrites it.
However, the defaults are not affected by this behavior,
they have to be overridden specifically every time.
The configuration options.
The Global configuration for all ActiveJS constructs, Units, Systems, Action and Cluster.
See https://docs.activejs.dev/guides/configuration for more details.