Options
All
  • Public
  • Public/Protected
  • All
Menu

Reversible action that can be applied and reverted

Hierarchy

  • ReversibleAction

Index

Properties

do

do: string

Function name to a registered function that is executed when applying an action

doArguments

doArguments: any[]

Multiple arguments that are passed to the registered do function. The arguments should be immutable and serializable to json!

Optional metadata

metadata: ActionMetadata

Metadata (optional)

undo

undo: string

Function name to a registered function that is executed when reverting an action

undoArguments

undoArguments: any[]

Multiple arguments that are passed to the registered do function. The arguments should be immutable and serializable to json!

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc