GetPropertiesParameterType

@native @JSType trait GetPropertiesParameterType 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 accessorPropertiesOnly: UndefOr[Boolean]

If true, returns accessor properties (with getter/setter) only; internal properties are not returned either.

If true, returns accessor properties (with getter/setter) only; internal properties are not returned either.

var generatePreview: UndefOr[Boolean]

Whether preview should be generated for the results.

Whether preview should be generated for the results.

Identifier of the object to return properties for.

Identifier of the object to return properties for.

var ownProperties: UndefOr[Boolean]

If true, returns properties belonging only to the element itself, not to its prototype chain.

If true, returns properties belonging only to the element itself, not to its prototype chain.