mobx-keystone

    Interface SnapshotOutOfObjectMap<V>

    interface SnapshotOutOfObjectMap<V> {
        $modelId: string;
        $modelType?: string;
        items: { [k: string]: SnapshotOutOf<V> };
    }

    Type Parameters

    • V
    Index

    Properties

    $modelId: string
    $modelType?: string
    items: { [k: string]: SnapshotOutOf<V> }
    MMNEPVFCICPMFPCPTTAAATR