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