Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LogActionObject<TContext, TEvent>

Type parameters

Hierarchy

  • LogAction<TContext, TEvent>
    • LogActionObject

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.

value

value: any

Generated using TypeDoc