Actual

@native @JSType trait Actual extends StObject
Companion
object
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

var actual: UndefOr[Any]

The actual property on the error instance.

The actual property on the error instance.

var expected: UndefOr[Any]

The expected property on the error instance.

The expected property on the error instance.

var message: UndefOr[String]

If provided, the error message is set to this value.

If provided, the error message is set to this value.

var operator: UndefOr[String]

The operator property on the error instance.

The operator property on the error instance.

var stackStartFn: UndefOr[Function]

If provided, the generated stack trace omits frames before this function.

If provided, the generated stack trace omits frames before this function.