Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

  • new AbstractAction(callback: (promise?: Promise<any>) => void | Promise<any>): AbstractAction

Properties

Protected callback

callback: (promise?: Promise<any>) => void | Promise<any>

Type declaration

    • (promise?: Promise<any>): void | Promise<any>
    • Parameters

      • Optional promise: Promise<any>

      Returns void | Promise<any>

Methods

Abstract execute

  • execute(el: HTMLElement): Promise<any>

Generated using TypeDoc