Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ClientActionManager

Hierarchy

Index

Constructors

Methods

Constructors

constructor

  • Parameters

    • root: any

    Returns ClientActionManager

Methods

hasDuplicate

  • hasDuplicate(action: any): boolean
  • Checks if the given action has a duplicate

    Parameters

    • action: any

    Returns boolean

tryPerform

  • tryPerform(action: any): any
  • Tries to perform the given action

    Parameters

    • action: any

    Returns any

update

  • update(): void
  • Updates the action manager

    Returns void