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?
optionaldata:Data
Defined in: types.ts:99
Data configuration
render?
optionalrender:Render
Defined in: types.ts:101
Render configuration
options?
optionaloptions:Record<string,unknown>
Defined in: types.ts:103
Type-specific options (includes selection: { c?, ... })