final case class JsDynamicOps(jsdyn: Dynamic) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsDynamicOps
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new JsDynamicOps(jsdyn: Dynamic)
Value Members
-
def
asArray[A]: Array[A]
- Annotations
- @inline()
-
def
asBoolean: Boolean
- Annotations
- @inline()
-
def
asDict[A]: Dictionary[A]
- Annotations
- @inline()
-
def
asInt: Int
- Annotations
- @inline()
-
def
asJsArray[A <: Object]: Array[A]
- Annotations
- @inline()
-
def
asJsObj: Object
- Annotations
- @inline()
-
def
asJsObjSub[A <: Object]: A
- Annotations
- @inline()
-
def
asString: String
- Annotations
- @inline()
-
def
asUndefOr[A]: UndefOr[A]
- Annotations
- @inline()
-
def
combine(that: Dynamic): Dynamic
- Annotations
- @inline()
- val jsdyn: Dynamic
-
def
toNonNullOption[T <: Object]: Option[T]
- Annotations
- @inline()
-
def
toOption[T <: Object]: Option[T]
- Annotations
- @inline()
-
def
toTruthy: Boolean
- Annotations
- @inline()