Interface: RawShapesLayerConfig
Defined in: model/shapes.ts:174
A layer-specific display configuration for two-dimensional shape clouds
Extends
Properties
flip?
optionalflip?:boolean
Defined in: model/base.ts:253
Horizontal reflection, applied before transformation
Default Value
Inherited from
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
Inherited from
transform?
optionaltransform?:SimilarityTransform
Defined in: model/base.ts:260
Transformation from data object space to layer space