Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActionEnterListener

Hierarchy

  • ActionEnterListener

Callable

  • ActionEnterListener(actionId: number, starttime: number, isRootAction: boolean, element?: string | EventTarget): void
  • Signature of the function passed as callback in addEnterActionListener

    Parameters

    • actionId: number

      the ID for which the enter is called

    • starttime: number

      start resp. endtime of the action

    • isRootAction: boolean

      true if the action with the provided ID is a root action

    • Optional element: string | EventTarget

    Returns void

Generated using TypeDoc