Interface UsePendingIDSpecificOperationParams

interface UsePendingIDSpecificOperationParams {
    _id: any;
    collection: string;
    localOnly?: boolean;
    path?: string;
}

Properties

_id: any

The _id of the document to query

collection: string

The name of the collection to query

localOnly?: boolean

When true the query will only on local data mutations and will not rely on replication.

path?: string

The path