Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SendAction<TContext, TEvent>

Type parameters

Hierarchy

Index

Properties

Properties

Optional delay

delay: undefined | number

event

event: TEvent

Optional exec

exec: ActionFunction<TContext>

The implementation for executing the action.

id

id: string | number

to

to: string | undefined

type

type: string

The type of action that is executed.

Generated using TypeDoc