Interface: RawShapes
Defined in: model/shapes.ts:34
A two-dimensional shape cloud
Extends
Properties
dataSource
dataSource:
RawShapesDataSource
Defined in: model/base.ts:52
Data source
Inherited from
RawRenderedItemsDataObject.dataSource
id
id:
string
Defined in: model/base.ts:46
Data object ID
Inherited from
layer
layer:
string| {column:string; }
Defined in: model/base.ts:234
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
RawRenderedItemsDataObject.layer
name
name:
string
Defined in: model/base.ts:49
Human-readable data object name
Inherited from
RawRenderedItemsDataObject.name
opacity?
optionalopacity?:number
Defined in: model/base.ts:111
Data object opacity, in the range [0, 1]
Default Value
renderedDataObjectDefaults.opacity
Inherited from
RawRenderedItemsDataObject.opacity
shapeFillColor?
optionalshapeFillColor?:ColorConfig
Defined in: model/shapes.ts:42
Shape fill color
Default Value
shapeFillOpacity?
optionalshapeFillOpacity?:OpacityConfig
Defined in: model/shapes.ts:56
Shape fill opacity
Default Value
shapesDefaults.shapeFillOpacity
shapeFillVisibility?
optionalshapeFillVisibility?:VisibilityConfig
Defined in: model/shapes.ts:49
Shape fill visibility
Default Value
shapesDefaults.shapeFillVisibility
shapeStrokeColor?
optionalshapeStrokeColor?:ColorConfig
Defined in: model/shapes.ts:63
Shape stroke color
Default Value
shapesDefaults.shapeStrokeColor
shapeStrokeOpacity?
optionalshapeStrokeOpacity?:OpacityConfig
Defined in: model/shapes.ts:77
Shape stroke opacity
Default Value
shapesDefaults.shapeStrokeOpacity
shapeStrokeVisibility?
optionalshapeStrokeVisibility?:VisibilityConfig
Defined in: model/shapes.ts:70
Shape stroke visibility
Default Value
shapesDefaults.shapeStrokeVisibility
transform?
optionaltransform?:SimilarityTransform
Defined in: model/base.ts:118
Transformation from data object space to layer space
Default Value
renderedDataObjectDefaults.transform
Inherited from
RawRenderedItemsDataObject.transform
visibility?
optionalvisibility?:boolean
Defined in: model/base.ts:104
Data object visibility
Default Value
renderedDataObjectDefaults.visibility