Skip to content

Dispatch

Dispatch<A> = (action) => void

Defined in: framework-toolkit/dist/types.d.ts:7

A function that dispatches an action. Mirrors React’s Dispatch type.

A

The action type

A

void