trait CallFunctionOnParameterType extends Object with StObject

Annotations
@JSType() @native()
Source
CallFunctionOnParameterType.scala
Linear Supertypes
StObject, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CallFunctionOnParameterType
  2. StObject
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val arguments: UndefOr[Array[CallArgument]]

    Call arguments.

    Call arguments. All call arguments must belong to the same JavaScript world as the target object.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val awaitPromise: UndefOr[Boolean]

    Whether execution should await for resulting value and return once awaited promise is resolved.

  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. val executionContextId: UndefOr[ExecutionContextId]

    Specifies execution context which global object will be used to call function on.

    Specifies execution context which global object will be used to call function on. Either executionContextId or objectId should be specified.

  11. val functionDeclaration: scala.Predef.String

    Declaration of the function to call.

  12. val generatePreview: UndefOr[Boolean]

    Whether preview should be generated for the result.

  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. def hasOwnProperty(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. val objectGroup: UndefOr[scala.Predef.String]

    Symbolic group name that can be used to release multiple objects.

    Symbolic group name that can be used to release multiple objects. If objectGroup is not specified and objectId is, objectGroup will be inherited from object.

  22. val objectId: UndefOr[RemoteObjectId]

    Identifier of the object to call function on.

    Identifier of the object to call function on. Either objectId or executionContextId should be specified.

  23. def propertyIsEnumerable(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  24. val returnByValue: UndefOr[Boolean]

    Whether the result is expected to be a JSON object which should be sent by value.

  25. val silent: UndefOr[Boolean]

    In silent mode exceptions thrown during evaluation are not reported and do not pause execution.

    In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state.

  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toLocaleString(): scala.Predef.String
    Definition Classes
    Object
  28. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  29. val userGesture: UndefOr[Boolean]

    Whether execution should be treated as initiated by user in the UI.

  30. def valueOf(): Any
    Definition Classes
    Object
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from StObject

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped