Skip to main content

Interface: RawShapesLayerConfig

Defined in: model/shapes.ts:174

A layer-specific display configuration for two-dimensional shape clouds

Extends

Properties

flip?

optional flip: boolean

Defined in: model/base.ts:251

Horizontal reflection, applied before transformation

Default Value

layerConfigDefaults.flip

Inherited from

RawLayerConfig.flip


layer

layer: string | { column: string; table: string; }

Defined in: model/base.ts:244

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

RawLayerConfig.layer


transform?

optional transform: SimilarityTransform

Defined in: model/base.ts:258

Transformation from data object space to layer space

Default Value

layerConfigDefaults.transform

Inherited from

RawLayerConfig.transform