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

    Interface ISnapshotable

    interface ISnapshotable {
        snapshotKey: string;
        snapshotInto(w: SnapshotWriter): void;
        restoreFrom(r: SnapshotReader): void;
    }

    Implemented by

    Index

    Properties

    snapshotKey: string

    Methods