ObjectMember Document (Debugger API 2.0)
Represents the member of a JavaScript object where the key is the name, the value is a toString() representation of the object, and the type is the true type of the object member.
Property | Type | Constraints | Description |
---|---|---|---|
name
|
String | The name of the object member. | |
parent
|
String | The name of the parent of this member (if any). | |
scope
|
String | The scope of the object member, which is one of 'local', 'closure' or 'global'. | |
type
|
String | The type of the object member, such as 'string', 'boolean', 'function', or Salesforce B2C Commerce API types. | |
value
|
String | The value of the object member by calling toString() on the instance. |