trait ProxyHandler[T] extends scala.scalajs.js.Object with StObject
- Annotations
- @JSType() @native()
- Source
- ProxyHandler.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProxyHandler
- StObject
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- val apply: UndefOr[Function3[T, Any, scala.scalajs.js.Array[Any], Any]]
- Annotations
- @JSName("apply")
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val construct: UndefOr[Function3[T, scala.scalajs.js.Array[Any], scala.scalajs.js.Function, scala.scalajs.js.Object]]
- val defineProperty: UndefOr[Function3[T, |[java.lang.String, scala.scalajs.js.Symbol], scala.scalajs.js.PropertyDescriptor, scala.Boolean]]
- val deleteProperty: UndefOr[Function2[T, |[java.lang.String, scala.scalajs.js.Symbol], scala.Boolean]]
- final def eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef → Any
- val get: UndefOr[Function3[T, |[java.lang.String, scala.scalajs.js.Symbol], Any, Any]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val getOwnPropertyDescriptor: UndefOr[Function2[T, |[java.lang.String, scala.scalajs.js.Symbol], UndefOr[scala.scalajs.js.PropertyDescriptor]]]
- val getPrototypeOf: UndefOr[Function1[T, |[scala.scalajs.js.Object, Null]]]
- val has: UndefOr[Function2[T, |[java.lang.String, scala.scalajs.js.Symbol], scala.Boolean]]
- def hasOwnProperty(v: scala.Predef.String): scala.Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val isExtensible: UndefOr[Function1[T, scala.Boolean]]
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: scala.scalajs.js.Object): scala.Boolean
- Definition Classes
- Object
- final def ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val ownKeys: UndefOr[Function1[T, ArrayLike[|[java.lang.String, scala.scalajs.js.Symbol]]]]
- val preventExtensions: UndefOr[Function1[T, scala.Boolean]]
- def propertyIsEnumerable(v: scala.Predef.String): scala.Boolean
- Definition Classes
- Object
- val set: UndefOr[Function4[T, |[java.lang.String, scala.scalajs.js.Symbol], Any, Any, scala.Boolean]]
- val setPrototypeOf: UndefOr[Function2[T, |[scala.scalajs.js.Object, Null], scala.Boolean]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocaleString(): scala.Predef.String
- Definition Classes
- Object
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated