Skip to content

galavi / LayerConfig

Interface: LayerConfig

Defined in: types.ts:93

Layer config — defines a data layer

Properties

id

id: string

Defined in: types.ts:95

Layer ID


type

type: string

Defined in: types.ts:97

Layer type


data?

optional data: Data

Defined in: types.ts:99

Data configuration


render?

optional render: Render

Defined in: types.ts:101

Render configuration


options?

optional options: Record<string, unknown>

Defined in: types.ts:103

Type-specific options (includes selection: { c?, ... })

Released under the GPL-3.0 License.