Skip to main content

Interface: GeoVisRuntime

Defined in: runtime/createRuntime.ts:8

Properties

spec

readonly spec: VisualizationSpec

Defined in: runtime/createRuntime.ts:9

Methods

applyPatch()

applyPatch(patch): void

Defined in: runtime/createRuntime.ts:12

Parameters

ParameterType
patchSpecPatch

Returns

void


destroy()

destroy(): void

Defined in: runtime/createRuntime.ts:13

Returns

void


getAdapter()

getAdapter(): EngineAdapter

Defined in: runtime/createRuntime.ts:14

Returns

EngineAdapter


mount()

mount(container, viewId): MountedView

Defined in: runtime/createRuntime.ts:10

Parameters

ParameterType
containerHTMLElement
viewIdstring

Returns

MountedView


update()

update(spec): void

Defined in: runtime/createRuntime.ts:11

Parameters

ParameterType
specVisualizationSpec

Returns

void