La referencia de la API está disponible solo en inglés por ahora.

EventConsumerMeta<T extends EventConsumerType = EventConsumerType>

interface
types.ts:1064

Metadata for event consumers (reducers, effects, middleware). Useful for debugging tools, DevTools integration, and introspection.

Type parameters

NameTypeDescription
Textends EventConsumerTypeConsumer type discriminator.

Properties

NameTypeDescription
description?stringBrief one-liner description of what this consumer does
namestringUnique identifier for this consumer
typeTConsumer type discriminator