Interface: TemporalDataConfig
Defined in: src/temporal/types.ts:20
Configuration for a TemporalDataLayer.
Note: times is passed as a standalone constructor parameter, not inside this config object.
Extends
DataLayerConfig
Properties
visible?
ts
optional visible?: boolean;Defined in: src/layers.ts:11
Inherited from
ts
DataLayerConfig.visibleopacity?
ts
optional opacity?: number;Defined in: src/layers.ts:12
Inherited from
ts
DataLayerConfig.opacityblendMode?
ts
optional blendMode?: BlendMode;Defined in: src/layers.ts:13
Inherited from
ts
DataLayerConfig.blendModeorder?
ts
optional order?: number;Defined in: src/layers.ts:14
Inherited from
ts
DataLayerConfig.orderrange?
ts
optional range?: [number, number];Defined in: src/layers.ts:18
Inherited from
ts
DataLayerConfig.rangethreshold?
ts
optional threshold?: [number, number];Defined in: src/layers.ts:19
Inherited from
ts
DataLayerConfig.thresholdfactor?
ts
optional factor?: FactorDescriptor;Defined in: src/temporal/types.ts:22
Optional factorial design descriptor.