Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SendAction<TContext, TEvent, TSentEvent>

Type parameters

Hierarchy

Indexable

[other: string]: any

Index

Properties

Properties

Optional delay

delay: number | string | DelayExpr<TContext, TEvent>

event

event: TSentEvent | SendExpr<TContext, TEvent, TSentEvent>

Optional exec

exec: ActionFunction<TContext, TEvent>

The implementation for executing the action.

id

id: string | number

to

to: string | number | ActorRef<any> | ExprWithMeta<TContext, TEvent, string | number | ActorRef<any>> | undefined

type

type: string

The type of action that is executed.

Generated using TypeDoc