@kismet.ts/shared / Exports / RemoteKismet

Class: RemoteKismet

Small class wrapper around remote kismet assets.

Table of contents

Constructors

Methods

Constructors

constructor

new RemoteKismet()

Methods

createUrl

Static Protected createUrl(type, version): string

Parameters

NameType
typeRemoteKismetAssetType
versionstring

Returns

string

Defined in

remote/nodes.ts:36open in new window


fetchAsset

Static fetchAsset(type, options): Promise<unknown>

Parameters

NameType
typeRemoteKismetAssetType
optionsRemoteKismetAssetFetchOptions

Returns

Promise<unknown>

Defined in

remote/nodes.ts:42open in new window


fetchDummyAsset

Static Private fetchDummyAsset(name): Promise<string>

Parameters

NameType
namestring

Returns

Promise<string>

Defined in

remote/nodes.ts:54open in new window