Interface: RawLabels
Defined in: model/labels.ts:32
A two-dimensional label mask
Extends
Properties
dataSource
dataSource:
RawLabelsDataSource
Defined in: model/base.ts:52
Data source
Inherited from
RawSingleLayerDataObject.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
labelColor?
optionallabelColor?:ColorConfig
Defined in: model/labels.ts:40
Label color
Default Value
labelOpacity?
optionallabelOpacity?:OpacityConfig
Defined in: model/labels.ts:54
Label opacity
Default Value
labelVisibility?
optionallabelVisibility?:VisibilityConfig
Defined in: model/labels.ts:47
Label visibility
Default Value
labelsDefaults.labelVisibility
layer
layer:
string
Defined in: model/base.ts:183
Layer ID
Inherited from
RawSingleLayerDataObject.layer
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
RawSingleLayerDataObject.opacity
transform?
optionaltransform?:SimilarityTransform
Defined in: model/base.ts:131
Transformation from data object space to layer space
Default Value
renderedDataObjectDefaults.transform
Inherited from
RawSingleLayerDataObject.transform
visibility?
optionalvisibility?:boolean
Defined in: model/base.ts:110
Data object visibility
Default Value
renderedDataObjectDefaults.visibility