Interface: RawLayerConfig
Defined in: model/base.ts:238
A layer-specific display configuration for rendered data objects
Extends
Extended by
Properties
flip?
optionalflip?:boolean
Defined in: model/base.ts:253
Horizontal reflection, applied before transformation
Default Value
layer
layer:
string| {column:string;table:string; }
Defined in: model/base.ts:246
Layer ID
Can be specified as:
- An ID of an existing Layer
- A table column holding the layer ID values for each item
transform?
optionaltransform?:SimilarityTransform
Defined in: model/base.ts:260
Transformation from data object space to layer space