Packages

final class Config extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Config
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Config()
  2. new Config(editable: Option[Boolean], responsive: Option[Boolean], showEditInChartStudio: Option[Boolean], plotlyServerURL: Option[String])

Value Members

  1. def canEqual(obj: Any): Boolean
    Definition Classes
    Config → Equals
  2. val editable: Option[Boolean]
  3. def equals(obj: Any): Boolean
    Definition Classes
    Config → Equals → AnyRef → Any
  4. def hashCode(): Int
    Definition Classes
    Config → AnyRef → Any
  5. val plotlyServerURL: Option[String]
  6. def productArity: Int
    Definition Classes
    Config → Product
  7. def productElement(n: Int): Any
    Definition Classes
    Config → Product
  8. def productIterator: Iterator[Any]
    Definition Classes
    Product
  9. def productPrefix: String
    Definition Classes
    Config → Product
  10. val responsive: Option[Boolean]
  11. val showEditInChartStudio: Option[Boolean]
  12. def toString(): String
    Definition Classes
    Config → AnyRef → Any
  13. def withEditable(editable: Boolean): Config
  14. def withEditable(editable: Option[Boolean]): Config
  15. def withPlotlyServerURL(plotlyServerURL: String): Config
  16. def withPlotlyServerURL(plotlyServerURL: Option[String]): Config
  17. def withResponsive(responsive: Boolean): Config
  18. def withResponsive(responsive: Option[Boolean]): Config
  19. def withShowEditInChartStudio(showEditInChartStudio: Boolean): Config
  20. def withShowEditInChartStudio(showEditInChartStudio: Option[Boolean]): Config