final class Config extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Config
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
def
canEqual(obj: Any): Boolean
- Definition Classes
- Config → Equals
- val editable: Option[Boolean]
-
def
equals(obj: Any): Boolean
- Definition Classes
- Config → Equals → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- Config → AnyRef → Any
- val plotlyServerURL: Option[String]
-
def
productArity: Int
- Definition Classes
- Config → Product
-
def
productElement(n: Int): Any
- Definition Classes
- Config → Product
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- Config → Product
- val responsive: Option[Boolean]
- val showEditInChartStudio: Option[Boolean]
-
def
toString(): String
- Definition Classes
- Config → AnyRef → Any
- def withEditable(editable: Boolean): Config
- def withEditable(editable: Option[Boolean]): Config
- def withPlotlyServerURL(plotlyServerURL: String): Config
- def withPlotlyServerURL(plotlyServerURL: Option[String]): Config
- def withResponsive(responsive: Boolean): Config
- def withResponsive(responsive: Option[Boolean]): Config
- def withShowEditInChartStudio(showEditInChartStudio: Boolean): Config
- def withShowEditInChartStudio(showEditInChartStudio: Option[Boolean]): Config