Skip to content

Class: MarkEncodeUpdate

Update properties that are evaluated for all existing (non-exiting) mark instances.

URI: vega_scverse:MarkEncodeUpdate

classDiagram class MarkEncodeUpdate click MarkEncodeUpdate href "../MarkEncodeUpdate" MarkEncodeUpdate : fill

Slots

Name Cardinality and Range Description Inheritance
fill *
String or 
ConditionalFillUpdate or 
RGBHexItem
Update of fill color based on a test condition and optional a backup static f... direct

Usages

used by used in type used
LabelEncode update range MarkEncodeUpdate
SymbolEncode update range MarkEncodeUpdate
PathEncode update range MarkEncodeUpdate

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/scverse/vega-scverse/specification

Mappings

Mapping Type Mapped Value
self vega_scverse:MarkEncodeUpdate
native vega_scverse:MarkEncodeUpdate

LinkML Source

Direct

name: MarkEncodeUpdate
description: Update properties that are evaluated for all existing (non-exiting) mark
  instances.
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
  fill:
    name: fill
    description: Update of fill color based on a test condition and optional a backup
      static fill value
    from_schema: https://w3id.org/scverse/vega-scverse/encode
    domain_of:
    - Legend
    - ImageEncodeEnter
    - LabelEncodeEnter
    - PointsEncodeEnter
    - PathEncodeEnter
    - TextEncodeEnter
    - MarkEncodeUpdate
    multivalued: true
    any_of:
    - range: ConditionalFillUpdate
    - range: RGBHexItem

Induced

name: MarkEncodeUpdate
description: Update properties that are evaluated for all existing (non-exiting) mark
  instances.
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
  fill:
    name: fill
    description: Update of fill color based on a test condition and optional a backup
      static fill value
    from_schema: https://w3id.org/scverse/vega-scverse/encode
    alias: fill
    owner: MarkEncodeUpdate
    domain_of:
    - Legend
    - ImageEncodeEnter
    - LabelEncodeEnter
    - PointsEncodeEnter
    - PathEncodeEnter
    - TextEncodeEnter
    - MarkEncodeUpdate
    range: string
    multivalued: true
    any_of:
    - range: ConditionalFillUpdate
    - range: RGBHexItem