selectScreens¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/joist/blob/main/js/selectScreens.ts for the most up-to-date information.
Overview¶
Type ScreenReturnType¶
- homeScreen: HomeScreen | null
- initialScreen: AnyScreen
- selectedSimScreens: AnyScreen[]
- screens: AnyScreen[]
- allScreensCreated: boolean
Source Code¶
See the source for selectScreens.ts in the joist repository.