mobx-keystone
    Preparing search index...

    Interface SnapshotInOfArraySet<V>

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

    Type Parameters

    • V
    Index

    Properties

    $modelId: string
    $modelType?: string
    items?: SnapshotOutOf<V>[]