Skip to content

@epikodelabs/actionstack


@epikodelabs/actionstack / ActionRegistry

Interface: ActionRegistry

Defined in: types.ts:164

Per-store registry for action handlers and thunks. Keeping these isolated prevents collisions when multiple stores exist.

Properties

actionHandlers

actionHandlers: Map<string, ActionHandler<any, any>>

Defined in: types.ts:165


registeredThunks

registeredThunks: Map<string, ThunkCreator<string, any, any, any[]>>

Defined in: types.ts:166

Released under the GNU AGPL v3.