Skip to main content

Interface: EngineAdapter

Defined in: runtime/adapter.ts:3

Properties

id

id: "maplibre" | "deckgl"

Defined in: runtime/adapter.ts:4

Methods

applyPatch()?

optional applyPatch(patch): void

Defined in: runtime/adapter.ts:12

Parameters

ParameterType
patchSpecPatch

Returns

void


destroy()

destroy(): void

Defined in: runtime/adapter.ts:13

Returns

void


getCapabilities()

getCapabilities(): CapabilitySet

Defined in: runtime/adapter.ts:5

Returns

CapabilitySet


getNativeInstance()

getNativeInstance(): unknown

Defined in: runtime/adapter.ts:14

Returns

unknown


mount()

mount(container, spec, viewId): MountedView

Defined in: runtime/adapter.ts:6

Parameters

ParameterType
containerHTMLElement
specVisualizationSpec
viewIdstring

Returns

MountedView


update()

update(spec): void

Defined in: runtime/adapter.ts:11

Parameters

ParameterType
specVisualizationSpec

Returns

void