Options
All
  • Public
  • Public/Protected
  • All
Menu

Action used when an operation execution time is unknown.

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

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

Properties

Protected callback

callback: () => Promise<any>

Type declaration

    • (): Promise<any>
    • Returns Promise<any>

Methods

execute

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

Private executeCallback

  • executeCallback(): Promise<any>

Generated using TypeDoc