Interface: RawShapes
Defined in: model/shapes.ts:38
A two-dimensional shape cloud
Extends
RawRenderedDataObject<RawShapesDataSource<string>>
Properties
dataSource
dataSource:
RawShapesDataSource
Defined in: model/base.ts:52
Data source
Inherited from
RawRenderedDataObject.dataSource
flip?
optionalflip?:boolean
Defined in: model/base.ts:124
Horizontal reflection, applied before transformation
Default Value
renderedDataObjectDefaults.flip
Inherited from
id
id:
string
Defined in: model/base.ts:46
Data object ID
Inherited from
layer
layer:
string| {column:string; }
Defined in: model/base.ts:103
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
name
name:
string
Defined in: model/base.ts:49
Human-readable data object name
Inherited from
opacity?
optionalopacity?:number
Defined in: model/base.ts:117
Data object opacity, in the range [0, 1]
Default Value
renderedDataObjectDefaults.opacity
Inherited from
shapeFillColor?
optionalshapeFillColor?:ColorConfig
Defined in: model/shapes.ts:46
Shape fill color
Default Value
shapeFillOpacity?
optionalshapeFillOpacity?:OpacityConfig
Defined in: model/shapes.ts:60
Shape fill opacity
Default Value
shapesDefaults.shapeFillOpacity
shapeFillVisibility?
optionalshapeFillVisibility?:VisibilityConfig
Defined in: model/shapes.ts:53
Shape fill visibility
Default Value
shapesDefaults.shapeFillVisibility
shapeStrokeColor?
optionalshapeStrokeColor?:ColorConfig
Defined in: model/shapes.ts:67
Shape stroke color
Default Value
shapesDefaults.shapeStrokeColor
shapeStrokeOpacity?
optionalshapeStrokeOpacity?:OpacityConfig
Defined in: model/shapes.ts:81
Shape stroke opacity
Default Value
shapesDefaults.shapeStrokeOpacity
shapeStrokeVisibility?
optionalshapeStrokeVisibility?:VisibilityConfig
Defined in: model/shapes.ts:74
Shape stroke visibility
Default Value
shapesDefaults.shapeStrokeVisibility
transform?
optionaltransform?:SimilarityTransform
Defined in: model/base.ts:131
Transformation from data object space to layer space
Default Value
renderedDataObjectDefaults.transform
Inherited from
RawRenderedDataObject.transform
visibility?
optionalvisibility?:boolean
Defined in: model/base.ts:110
Data object visibility
Default Value
renderedDataObjectDefaults.visibility