Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActionObject<TContext, TEvent>

The full definition of an action, with a string type and an exec implementation function.

Type parameters

Hierarchy

Indexable

[other: string]: any

The full definition of an action, with a string type and an exec implementation function.

Index

Properties

Properties

Optional exec

exec: ActionFunction<TContext, TEvent>

The implementation for executing the action.

type

type: string

The type of action that is executed.

Generated using TypeDoc