Deneb.Selection (Deneb v0.2.2) View Source

Vega-lite selection

Link to this section Summary

Types

t()

mark properties

Link to this section Types

Specs

t() :: %Deneb.Selection{
  clear: String.t() | boolean() | nil,
  empty: String.t() | nil,
  encodings: [String.t()] | nil,
  fields: [String.t()] | nil,
  name: String.t() | nil,
  on: String.t() | nil,
  raw: String.t() | map() | nil,
  resolve: String.t() | nil,
  type: atom()
}

mark properties

Link to this section Functions

Link to this function

new(name, type \\ :interval, encodings \\ nil)

View Source