cyoa-core
    Preparing search index...

    Interface StoryEngineSnapshot

    interface StoryEngineSnapshot {
        currentNodeId: string;
        history: readonly string[];
        variables: Readonly<Record<string, unknown>>;
    }
    Index
    currentNodeId: string
    history: readonly string[]
    variables: Readonly<Record<string, unknown>>