Skip to content
InterfaceBrowser DX & Viewport@public

BrowserGamePreloaderOptions

Configuration for the default or a custom bootstrap-preloader view.

ts
export interface BrowserGamePreloaderOptions extends FlxPreloaderOptions

Properties

PropertyModifiersTypeDescription
createView-FlxPreloaderViewFactoryReplace the default DOM view while retaining loading orchestration.
retry-booleanKeep a failed boot pending and expose a retry action. Defaults to true.

Released under the MIT License.