[I] ScalarValue
Extends
BaseValue
Properties
Property | Modifier | Type | Description | Overrides | Inherited from |
---|---|---|---|---|---|
entityKind | readonly | "Value" | - | - | BaseValue.entityKind |
scalar | public | Scalar | - | - | - |
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` |
value | public | object | - | - | - |
value.args | public | Value [] | - | - | - |
value.name | public | string | - | - | - |
valueKind | public | "ScalarValue" | - | BaseValue.valueKind | - |