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

    Interface ISceneManagerOptions

    interface ISceneManagerOptions {
        scenes?: IScene<Record<string, any>>[];
        sessionKey?: string;
    }
    Index

    Properties

    Properties

    scenes?: IScene<Record<string, any>>[]

    Scenes on the interface IScene

    sessionKey?: string