Interface ISceneContextEnterOptions<S>

interface ISceneContextEnterOptions<S> {
    silent?: boolean;
    state?: S;
}

Type Parameters

  • S extends Record<string, unknown>

Properties

Properties

silent?: boolean

Logging into a handler without executing it

state?: S

The standard state for the scene

Generated using TypeDoc