Since 1.6Optionalproperties: Partial<{}>Appends element to the array value of self. The value of element is copied.
a VectorValue to append to the array
Compares two VectorValues for equality.
true if a and b are equal, false otherwise
Frees a VectorValue.
Gets the boolean value of self.
true if self is a boolean value and boolean was set, false otherwise
Gets the number value of self.
true if self is a number value and number was set, false otherwise
Gets the string value of self.
true if self is a string value and string was set, false otherwise
Calculates a hash value for self.
a hash value for self
Checks if self is a null value.
true if self is a null value, false otherwise
Sets self to a boolean value.
a boolean value
Sets self to a number value.
a number value
Sets self to a string value.
a string value
Sets self to an empty array value.
Sets self to a null value.
StaticnewStaticnew_Staticnew_Staticnew_Staticnew_Staticnew_
A mutable value used in the vector style specification.
Since
1.6