Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SendActionObject<TContext, TEvent, TSentEvent>

Type parameters

Hierarchy

  • SendAction<TContext, TEvent, TSentEvent>
    • SendActionObject

Indexable

[other: string]: any

Index

Properties

Properties

_event

_event: Event<TSentEvent>

Optional delay

delay: undefined | number

event

event: TSentEvent

Optional exec

exec: ActionFunction<TContext, TEvent>

The implementation for executing the action.

id

id: string | number

to

to: string | number | ActorRef<any> | undefined

type

type: string

The type of action that is executed.

Generated using TypeDoc