Skip to main content

Interface: RawShapes

Defined in: model/shapes.ts:41

A two-dimensional shape cloud

Extends

Properties

dataSource

dataSource: RawShapesDataSource

Defined in: model/base.ts:58

Data source

Inherited from

RawRenderedDataObject.dataSource


id

id: string

Defined in: model/base.ts:52

Data object ID

Inherited from

RawRenderedDataObject.id


layerConfigs?

optional layerConfigs?: RawShapesLayerConfig[]

Defined in: model/base.ts:129

Layer configurations specifying how this data object is displayed on each layer

Default Value

renderedDataObjectDefaults.layerConfigs

Inherited from

RawRenderedDataObject.layerConfigs


name

name: string

Defined in: model/base.ts:55

Human-readable data object name

Inherited from

RawRenderedDataObject.name


opacity?

optional opacity?: number

Defined in: model/base.ts:122

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:50

Shape fill color

Default Value

shapesDefaults.shapeFillColor


shapeFillOpacity?

optional shapeFillOpacity?: OpacityConfig

Defined in: model/shapes.ts:64

Shape fill opacity

Default Value

shapesDefaults.shapeFillOpacity


shapeFillVisibility?

optional shapeFillVisibility?: VisibilityConfig

Defined in: model/shapes.ts:57

Shape fill visibility

Default Value

shapesDefaults.shapeFillVisibility


shapeStrokeColor?

optional shapeStrokeColor?: ColorConfig

Defined in: model/shapes.ts:71

Shape stroke color

Default Value

shapesDefaults.shapeStrokeColor


shapeStrokeOpacity?

optional shapeStrokeOpacity?: OpacityConfig

Defined in: model/shapes.ts:85

Shape stroke opacity

Default Value

shapesDefaults.shapeStrokeOpacity


shapeStrokeVisibility?

optional shapeStrokeVisibility?: VisibilityConfig

Defined in: model/shapes.ts:78

Shape stroke visibility

Default Value

shapesDefaults.shapeStrokeVisibility


visibility?

optional visibility?: boolean

Defined in: model/base.ts:115

Data object visibility

Default Value

renderedDataObjectDefaults.visibility

Inherited from

RawRenderedDataObject.visibility