[I] ObjectValue
Extends
Section titled “Extends”- BaseValue
Properties
Section titled “Properties”| Property | Modifier | Type | Description | Overrides | Inherited from | 
|---|---|---|---|---|---|
| entityKind | readonly | "Value" | - | - | BaseValue.entityKind | 
| node? | public | ObjectLiteralNode | - | - | - | 
| properties | public | Map<string,ObjectValuePropertyDescriptor> | - | - | - | 
| type | public | Type | Represent the storage type of a value. Example `const a = “hello”; // Type here would be “hello” const b: string = a; // Type here would be string const c: string | int32 = b; // Type here would be string | int32` | 
| valueKind | public | "ObjectValue" | - | BaseValue.valueKind | - |