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

    Interface SnapshotInput

    interface SnapshotInput {
        key: string | Uint8Array<ArrayBufferLike>;
        state: unknown;
        eventIndex: number;
    }
    Index

    Properties

    Properties

    key: string | Uint8Array<ArrayBufferLike>
    state: unknown
    eventIndex: number