Interface EventStoreMetaQueryOptions<K>

Extended options for filtering EventStoreQuery query results by metadata.

interface EventStoreMetaQueryOptions {
    root?: K;
    type?: string;
}

Type Parameters

  • K

Properties

Properties

root?: K

Aggregate root to query.

type?: string

Event type prefixes to query.

Generated using TypeDoc