Interface: GeoVisRuntime
Defined in: runtime/createRuntime.ts:8
Properties
spec
readonlyspec:VisualizationSpec
Defined in: runtime/createRuntime.ts:9
Methods
applyPatch()
applyPatch(
patch):void
Defined in: runtime/createRuntime.ts:12
Parameters
| Parameter | Type |
|---|---|
patch | SpecPatch |
Returns
void
destroy()
destroy():
void
Defined in: runtime/createRuntime.ts:13
Returns
void
getAdapter()
getAdapter():
EngineAdapter
Defined in: runtime/createRuntime.ts:14
Returns
mount()
mount(
container,viewId):MountedView
Defined in: runtime/createRuntime.ts:10
Parameters
| Parameter | Type |
|---|---|
container | HTMLElement |
viewId | string |
Returns
update()
update(
spec):void
Defined in: runtime/createRuntime.ts:11
Parameters
| Parameter | Type |
|---|---|
spec | VisualizationSpec |
Returns
void