Logo


search API (or start typing anywhere)


AppConfig

snow.types.AppConfig defined in snow.types.Types

The runtime application config info


typedef


 

Members


window
window : Null<snow.types.WindowConfig>
The window config for the default window. default: see WindowConfig docs
user
user : Null<snow.types.UserConfig>
The user specific config, by default, read from a json file at runtime
runtime
runtime : Null<snow.types.RuntimeConfig>
The runtime specific config
render
render : Null<snow.types.RenderConfig>
The render config that specifies rendering and context backend specifics.