Options
All
  • Public
  • Public/Protected
  • All
Menu

Action function registry stores all available functions that can be applied

Hierarchy

  • IActionFunctionRegistry

Implemented by

Index

Methods

getFunctionByName

  • Find a registered function by name and return the function if found

    Parameters

    • name: string

      Name of the registered function

    Returns ActionFunctionWithThis

register

  • Add a new function to the registry

    Parameters

    • name: string

      The name of the new function to register

    • func: ActionFunction

      Function that get called with the doArguments or undoArguments

    • Optional thisArg: any

      Value to use as this (i.e the reference Object) when executing callback

    Returns void

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