Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PureAction<TContext, TEvent>

Type parameters

Hierarchy

Indexable

[other: string]: any

Index

Properties

Properties

Optional exec

exec: ActionFunction<TContext, TEvent>

The implementation for executing the action.

get

get: (context: TContext, event: TEvent) => SingleOrArray<ActionObject<TContext, TEvent>> | undefined

Type declaration

type

type: Pure

Generated using TypeDoc