final case class JsObjectOps(o: Object) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsObjectOps
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
asAnyDict: Dictionary[Any]
- Annotations
- @inline()
-
def
asDict[A]: Dictionary[A]
- Annotations
- @inline()
-
def
asDyn: Dynamic
- Annotations
- @inline()
-
def
asUndefOr[A]: UndefOr[A]
- Annotations
- @inline()
-
def
combine(that: Dictionary[_]): Object
- Annotations
- @inline()
-
def
combine(that: Object): Object
- Annotations
- @inline()
- val o: Object