Skip to content

[I] NullValue

Extends

  • BaseValue

Properties

PropertyModifierTypeDescriptionOverridesInherited from
entityKindreadonly"Value"--BaseValue.entityKind
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`
valuepublicnull---
valueKindpublic"NullValue"-BaseValue.valueKind-