Skip to content

init

Overview

Type InitOptions

Initialization of simulation contexts.

@author Jonathan Olson <jonathan.olson@colorado.edu>

import type { InitOptions } from 'scenerystack/init';
  • name: string
  • version: string
  • splashDataURI: string
  • brand?: string
  • locale?: string
  • availableLocales?: string[]
  • isDebugBuild?: boolean
  • allowLocaleSwitching?: boolean

Source Code

See the source for init.ts in the scenerystack repository.