Skip to content

textmode.js / loading / LoadingScreenState

Type Alias: LoadingScreenState

ts
type LoadingScreenState = "disabled" | "active" | "done" | "transitioning";

Internal state of the loading screen.