mwg API
    Preparing search index...

    Interface CanonicalStateSnapshot<State>

    interface CanonicalStateSnapshot<State extends StateValue = StateValue> {
        extensions: Readonly<Record<string, StateValue>>;
        extensionVersions?: Readonly<Record<string, number>>;
        state: State;
        version: number;
    }

    Type Parameters

    Index
    extensions: Readonly<Record<string, StateValue>>
    extensionVersions?: Readonly<Record<string, number>>
    state: State
    version: number