Skip to main content

Interface: ContextPacketLayer

Defined in: runtime/contextPacket.ts:21

Properties

dimension?

optional dimension?: "color" | "size"

Defined in: runtime/contextPacket.ts:28

The bound MapData entry's own dimension, when declared.


filter?

optional filter?: LayerFilter

Defined in: runtime/contextPacket.ts:30

The layer's current filter predicate, if any — matches set-filter's filter.


geometry

geometry: GeoVisGeometryType

Defined in: runtime/contextPacket.ts:23


id

id: string

Defined in: runtime/contextPacket.ts:22


mapDataId?

optional mapDataId?: string

Defined in: runtime/contextPacket.ts:26

Id of the bound MapData entry, if any — matches set-map-data's mapDataId.


visible

visible: boolean

Defined in: runtime/contextPacket.ts:24