Skip to content

InstanceId

Identifies an instance of the API.

For the API passed into a JsExecution this is the id of the JsExecution itself.

Constructors

new InstanceId()

new InstanceId(name, id): InstanceId

Parameters

Parameter Type

name

string

id

string

Returns

InstanceId

Defined in

jsEngine/api/InstanceId.ts:15

Properties

id

readonly id: string

Defined in

jsEngine/api/InstanceId.ts:13


name

readonly name: string

Defined in

jsEngine/api/InstanceId.ts:12

Methods

toString()

toString(): string

Returns

string

Defined in

jsEngine/api/InstanceId.ts:20


create()

static create(name): InstanceId

Parameters

Parameter Type

name

string

Returns

InstanceId

Defined in

jsEngine/api/InstanceId.ts:24