@vk-io/scenes
    Preparing search index...

    Interface ISceneContextEnterOptions<S>

    interface ISceneContextEnterOptions<S extends Record<string, unknown>> {
        silent?: boolean;
        state?: S;
    }

    Type Parameters

    • S extends Record<string, unknown>
    Index

    Properties

    Properties

    silent?: boolean

    Logging into a handler without executing it

    state?: S

    The standard state for the scene