Skip to main content

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

RawRenderedItemsDataObject.id


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?

optional opacity?: number

Defined in: model/base.ts:111

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

Default Value

renderedDataObjectDefaults.opacity

Inherited from

RawRenderedItemsDataObject.opacity


shapeFillColor?

optional shapeFillColor?: ColorConfig

Defined in: model/shapes.ts:42

Shape fill color

Default Value

shapesDefaults.shapeFillColor


shapeFillOpacity?

optional shapeFillOpacity?: OpacityConfig

Defined in: model/shapes.ts:56

Shape fill opacity

Default Value

shapesDefaults.shapeFillOpacity


shapeFillVisibility?

optional shapeFillVisibility?: VisibilityConfig

Defined in: model/shapes.ts:49

Shape fill visibility

Default Value

shapesDefaults.shapeFillVisibility


shapeStrokeColor?

optional shapeStrokeColor?: ColorConfig

Defined in: model/shapes.ts:63

Shape stroke color

Default Value

shapesDefaults.shapeStrokeColor


shapeStrokeOpacity?

optional shapeStrokeOpacity?: OpacityConfig

Defined in: model/shapes.ts:77

Shape stroke opacity

Default Value

shapesDefaults.shapeStrokeOpacity


shapeStrokeVisibility?

optional shapeStrokeVisibility?: VisibilityConfig

Defined in: model/shapes.ts:70

Shape stroke visibility

Default Value

shapesDefaults.shapeStrokeVisibility


transform?

optional transform?: SimilarityTransform

Defined in: model/base.ts:118

Transformation from data object space to layer space

Default Value

renderedDataObjectDefaults.transform

Inherited from

RawRenderedItemsDataObject.transform


visibility?

optional visibility?: boolean

Defined in: model/base.ts:104

Data object visibility

Default Value

renderedDataObjectDefaults.visibility

Inherited from

RawRenderedItemsDataObject.visibility