DescriptionClass

case class DescriptionClass(aggregate: Option[Aggregate], bandPosition: Option[Double], bin: Option[DescriptionBin], condition: Option[DescriptionCondition], field: Option[Field], format: Option[Format], formatType: Option[String], timeUnit: Option[TimeUnitUnion], title: Option[LegendTitle], `type`: Option[StandardType], value: Option[Color])

A text description of this mark for ARIA accessibility (SVG output only). For SVG output the "aria-label" attribute will be set to this description.

A URL to load upon mouse click.

The URL of an image mark.

A FieldDef with Condition { condition: {value: ...}, field: ..., ... }

Source:
vega-lite.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product