Class PlaceModuleBinding

Constructors

Accessors

Methods

Constructors

Accessors

Methods

  • Execute method on the engine module

    Type Parameters

    • T = any

    Parameters

    • method: string

      Name of the method

    • Optionalargs: any[]

      Array of arguments to pass to the method

    • timeout_delay: number = REQUEST_TIMEOUT

    Returns Promise<T>