Class: PositionItem
X or y position of an item in pixels.
URI: vega_scverse:PositionItem
classDiagram
class PositionItem
click PositionItem href "../PositionItem"
PositionItem : value
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
value | 1 Float |
The coordinate value | direct |
Usages
used by | used in | type | used |
---|---|---|---|
TextEncodeEnter | x | range | PositionItem |
TextEncodeEnter | y | range | PositionItem |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/scverse/vega-scverse/specification
Mappings
Mapping Type | Mapped Value |
---|---|
self | vega_scverse:PositionItem |
native | vega_scverse:PositionItem |
LinkML Source
Direct
name: PositionItem
description: X or y position of an item in pixels.
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
value:
name: value
description: The coordinate value.
from_schema: https://w3id.org/scverse/vega-scverse/marks
rank: 1000
domain_of:
- PositionItem
- TextItem
- baselineItem
- FontItem
- FontSizeItem
- FontWeightItem
- FontStyleItem
- RGBHexItem
- CircleShape
range: float
required: true
Induced
name: PositionItem
description: X or y position of an item in pixels.
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
value:
name: value
description: The coordinate value.
from_schema: https://w3id.org/scverse/vega-scverse/marks
rank: 1000
alias: value
owner: PositionItem
domain_of:
- PositionItem
- TextItem
- baselineItem
- FontItem
- FontSizeItem
- FontWeightItem
- FontStyleItem
- RGBHexItem
- CircleShape
range: float
required: true