useCommand
No documentation has been provided.
Presentation
const useCommand : <T extends Type <Command >>(
type: T,
[scheduler, commands$, events$]?: [
CommandFlowScheduler ,
CommandBus ,
CommandEventBus ,
],
) => (
...args: ConstructorParameters<T>
) => Observable <CommandEvent <InstanceType<T>>>;