Class: BaselineItem
The vertical alignment of the text relative to its y-coordinate.
URI: vega_scverse:BaselineItem
classDiagram
class BaselineItem
click BaselineItem href "../BaselineItem"
BaselineItem : value
BaselineItem --> "1" BaseLineEnum : value
click BaseLineEnum href "../BaseLineEnum"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
value | 1 BaseLineEnum |
The value for the text baseline | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/scverse/vega-scverse/specification
Mappings
Mapping Type | Mapped Value |
---|---|
self | vega_scverse:BaselineItem |
native | vega_scverse:BaselineItem |
LinkML Source
Direct
name: baselineItem
description: The vertical alignment of the text relative to its y-coordinate.
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
value:
name: value
description: The value for the text baseline.
from_schema: https://w3id.org/scverse/vega-scverse/marks
domain_of:
- PositionItem
- TextItem
- baselineItem
- FontItem
- FontSizeItem
- FontWeightItem
- FontStyleItem
- RGBHexItem
- CircleShape
range: BaseLineEnum
required: true
Induced
name: baselineItem
description: The vertical alignment of the text relative to its y-coordinate.
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
value:
name: value
description: The value for the text baseline.
from_schema: https://w3id.org/scverse/vega-scverse/marks
alias: value
owner: baselineItem
domain_of:
- PositionItem
- TextItem
- baselineItem
- FontItem
- FontSizeItem
- FontWeightItem
- FontStyleItem
- RGBHexItem
- CircleShape
range: BaseLineEnum
required: true