@epikodelabs/actionstack / Action
Interface: Action<T>
Defined in: types.ts:21
Describes a standard action object used to signal state changes.
Actions are dispatched to update the state in ActionStack-like stores.
Type Parameters
T
T = any
Type of the action payload. Defaults to any.
Properties
type
type:
string
Defined in: types.ts:22
payload?
optionalpayload:T
Defined in: types.ts:23
error?
optionalerror:boolean
Defined in: types.ts:24
meta?
optionalmeta:any
Defined in: types.ts:25
source?
optionalsource:any
Defined in: types.ts:26