Trevixal API
    Preparing search index...

    Interface SnapshotStore

    Svelte store contract (subscribe), usable as $snapshot in components.

    interface SnapshotStore {
        subscribe(run: (snapshot: EditorSnapshot) => void): () => void;
    }
    Index
    • Parameters

      • run: (snapshot: EditorSnapshot) => void

      Returns () => void