TextDef

case class TextDef(aggregate: Option[Aggregate], bandPosition: Option[Double], bin: Option[DescriptionBin], condition: Option[TextCondition], field: Option[Field], format: Option[Format], formatType: Option[String], timeUnit: Option[TimeUnitUnion], title: Option[LegendTitle], `type`: Option[Type], datum: Option[PrimitiveValue], value: Option[TextUnion])

Text of the text 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