Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LogAction<TContext, TEvent>

Type parameters

Hierarchy

Indexable

[other: string]: any

Index

Properties

Properties

Optional exec

exec: ActionFunction<TContext, TEvent>

The implementation for executing the action.

expr

expr: string | LogExpr<TContext, TEvent>

label

label: string | undefined

type

type: string

The type of action that is executed.

Generated using TypeDoc