Interface: ActionPayload
Defined in: action.ts:6
Represents the payload data that can be attached to an action.
ActionPayload
Properties
originalEventData?
optionaloriginalEventData:any[]
Defined in: action.ts:8
Original event data from the source event (e.g., touch events, form data)
data?
optionaldata:any
Defined in: action.ts:10
Custom data payload specific to the action