Skip to main content

Interface: RawShapes

Defined in: model/shapes.ts:38

A two-dimensional shape cloud

Extends

Properties

dataSource

dataSource: RawShapesDataSource

Defined in: model/base.ts:52

Data source

Inherited from

RawRenderedDataObject.dataSource


flip?

optional flip?: boolean

Defined in: model/base.ts:124

Horizontal reflection, applied before transformation

Default Value

renderedDataObjectDefaults.flip

Inherited from

RawRenderedDataObject.flip


id

id: string

Defined in: model/base.ts:46

Data object ID

Inherited from

RawRenderedDataObject.id


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

RawRenderedDataObject.layer


name

name: string

Defined in: model/base.ts:49

Human-readable data object name

Inherited from

RawRenderedDataObject.name


opacity?

optional opacity?: number

Defined in: model/base.ts:117

Data object opacity, in the range [0, 1]

Default Value

renderedDataObjectDefaults.opacity

Inherited from

RawRenderedDataObject.opacity


shapeFillColor?

optional shapeFillColor?: ColorConfig

Defined in: model/shapes.ts:46

Shape fill color

Default Value

shapesDefaults.shapeFillColor


shapeFillOpacity?

optional shapeFillOpacity?: OpacityConfig

Defined in: model/shapes.ts:60

Shape fill opacity

Default Value

shapesDefaults.shapeFillOpacity


shapeFillVisibility?

optional shapeFillVisibility?: VisibilityConfig

Defined in: model/shapes.ts:53

Shape fill visibility

Default Value

shapesDefaults.shapeFillVisibility


shapeStrokeColor?

optional shapeStrokeColor?: ColorConfig

Defined in: model/shapes.ts:67

Shape stroke color

Default Value

shapesDefaults.shapeStrokeColor


shapeStrokeOpacity?

optional shapeStrokeOpacity?: OpacityConfig

Defined in: model/shapes.ts:81

Shape stroke opacity

Default Value

shapesDefaults.shapeStrokeOpacity


shapeStrokeVisibility?

optional shapeStrokeVisibility?: VisibilityConfig

Defined in: model/shapes.ts:74

Shape stroke visibility

Default Value

shapesDefaults.shapeStrokeVisibility


transform?

optional transform?: SimilarityTransform

Defined in: model/base.ts:131

Transformation from data object space to layer space

Default Value

renderedDataObjectDefaults.transform

Inherited from

RawRenderedDataObject.transform


visibility?

optional visibility?: boolean

Defined in: model/base.ts:110

Data object visibility

Default Value

renderedDataObjectDefaults.visibility

Inherited from

RawRenderedDataObject.visibility