Skip to main content

Class: CurrentModuleAsSDKModule

A workspace-local module managed by the current SDK.

Extends

  • BaseClient

Constructors

Constructor

new CurrentModuleAsSDKModule(ctx?, _id?, _path?): CurrentModuleAsSDKModule

Constructor is used for internal usage only, do not create object from it.

Parameters

ctx?

Context

_id?

ID

_path?

string

Returns

CurrentModuleAsSDKModule

Overrides

BaseClient.constructor

Methods

id()

id(): Promise<ID>

A unique identifier for this CurrentModuleAsSDKModule.

Returns

Promise<ID>


path()

path(): Promise<string>

Workspace-root-relative path to the managed module.

Returns

Promise<string>