Inherited from scala.Dynamic
Inherited from scala.Any
Inherited by implicit conversion any2stringadd from
Dynamic to any2stringadd[Dynamic]
Inherited by implicit conversion StringFormat from
Dynamic to StringFormat[Dynamic]
Inherited by implicit conversion Ensuring from
Dynamic to Ensuring[Dynamic]
Inherited by implicit conversion ArrowAssoc from
Dynamic to ArrowAssoc[Dynamic]
Dynamically typed JavaScript value.
Values of this trait accept all possible JavaScript operations in a dynamically typed way. You can read and write any field, call any method, apply any JavaScript operator to values of this type.