Skip to content

init

Under Construction

This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/scenerystack/blob/main/init.ts for the most up-to-date information.

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
  • supportsDynamicLocale?: boolean
    Sim Features
  • supportsInteractiveDescription?: boolean
  • supportsInteractiveHighlights?: boolean
  • supportsVoicing?: boolean
  • supportsTier1Voicing?: boolean
  • supportsPanAndZoom?: boolean
  • supportsSound?: boolean
  • colorProfiles?: string[]
  • supportedRegionsAndCultures?: string

Source Code

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