Skip to content

[I] ScalarValue

  • BaseValue
PropertyModifierTypeDescriptionOverridesInherited from
entityKindreadonly"Value"--BaseValue.entityKind
scalarpublicScalar---
typepublicTypeRepresent 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: stringint32 = b; // Type here would be stringint32`
valuepublicobject---
value.argspublicValue[]---
value.namepublicstring---
valueKindpublic"ScalarValue"-BaseValue.valueKind-