LayerSpec

case class LayerSpec(data: Option[URLData], description: Option[String], encoding: Option[LayerEncoding], height: Option[SpecHeight], layer: Option[Seq[LayerSpec]], name: Option[String], projection: Option[Projection], resolve: Option[Resolve], title: Option[LayerTitle], transform: Option[Seq[Transform]], view: Option[ViewBackground], width: Option[SpecHeight], mark: Option[AnyMark], params: Option[Seq[LayerParam]])

A specification of the view that gets repeated.

A full layered plot specification, which may contains encoding and projection properties that will be applied to underlying unit (single-view) specifications.

A unit specification, which can contain either primitive marks or composite marks.

Base interface for a unit (single-view) specification.

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

Value members

Inherited methods

Inherited from:
Product