trait Config extends Object
- Annotations
- @JSType() @jsenrich()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Config
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val autosizable: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val displayLogo: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val displayModeBar: UndefOr[|[String, Boolean]]
- Annotations
- @JSOptional()
- val editable: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val fillFrame: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val frameMargins: UndefOr[Int]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val linkText: UndefOr[String]
- Annotations
- @JSOptional()
- val locale: UndefOr[String]
- Annotations
- @JSOptional()
- val logging: UndefOr[|[Boolean, Int]]
- Annotations
- @JSOptional()
- val mapboxAccessToken: UndefOr[String]
- Annotations
- @JSOptional()
- val plotGlPixelRatio: UndefOr[Double]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val queueLength: UndefOr[Int]
- Annotations
- @JSOptional()
- val responsive: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val scrollZoom: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val sendData: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val setBackground: UndefOr[Function0[String]]
- Annotations
- @JSOptional()
- val showAxisDragHandles: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val showAxisRangeEntyrBoxes: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val showLink: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val showSources: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val showTips: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val staticPlot: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- val topojsonURL: UndefOr[String]
- Annotations
- @JSOptional()
- def valueOf(): Any
- Definition Classes
- Object