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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val autosizable: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val displayLogo: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val displayModeBar: UndefOr[|[String, Boolean]]
- Annotations
- @JSOptional()
- val editable: UndefOr[Boolean]
- Annotations
- @JSOptional()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val fillFrame: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val frameMargins: UndefOr[Int]
- Annotations
- @JSOptional()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocaleString(): String
- Definition Classes
- Object
- def toString(): String
- Definition Classes
- AnyRef → Any
- val topojsonURL: UndefOr[String]
- Annotations
- @JSOptional()
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])