Object
Description
Represents a complex data structure that can contain multiple named properties, each holding different types of data. The properties of an ObjectType
are dynamic, meaning they can vary based on how the object is defined. This data type is flexible and can be used to model real-world entities with various attributes.
Properties
Dynamic: The specific properties of this object are determined when the object is created or defined. These properties can include any combination of data types, such as text, numbers, lists, or other objects.
Last updated