DataFormat

case class DataFormat(parse: Option[Map[String, Option[String]]], `type`: Option[String], delimiter: Option[String], property: Option[String], feature: Option[String], mesh: Option[String])

An object that specifies the format for parsing the data.

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

Value members

Inherited methods

Inherited from:
Product