Class: TextItem
Text to be displayed. Value is an array where each element corresponds to 1 line.
classDiagram
class TextItem
click TextItem href "../TextItem"
TextItem : value
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
value | 1..* String |
The value for text | direct |
Usages
used by | used in | type | used |
---|---|---|---|
TextEncodeEnter | text | range | TextItem |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/scverse/vega-scverse/specification
Mappings
Mapping Type | Mapped Value |
---|---|
self | vega_scverse:TextItem |
native | vega_scverse:TextItem |
LinkML Source
Direct
name: TextItem
description: Text to be displayed. Value is an array where each element corresponds
to 1 line.
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
value:
name: value
description: The value for text.
from_schema: https://w3id.org/scverse/vega-scverse/marks
domain_of:
- PositionItem
- TextItem
- baselineItem
- FontItem
- FontSizeItem
- FontWeightItem
- FontStyleItem
- RGBHexItem
- CircleShape
range: string
required: true
multivalued: true
Induced
name: TextItem
description: Text to be displayed. Value is an array where each element corresponds
to 1 line.
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
value:
name: value
description: The value for text.
from_schema: https://w3id.org/scverse/vega-scverse/marks
alias: value
owner: TextItem
domain_of:
- PositionItem
- TextItem
- baselineItem
- FontItem
- FontSizeItem
- FontWeightItem
- FontStyleItem
- RGBHexItem
- CircleShape
range: string
required: true
multivalued: true