Loom Engine - v3.1.1
    Preparing search index...

    Interface SnapshotEntry<TState>

    interface SnapshotEntry<TState = unknown> {
        tick: number;
        state: TState;
    }

    Type Parameters

    • TState = unknown
    Index

    Properties

    Properties

    tick: number
    state: TState