AtlasObjectId interface
Reference to an object-instance of a type - like entity.
Properties
| guid | The GUID of the object. |
| type |
The name of the type. |
| unique |
The unique attributes of the object. |
Property Details
guid
The GUID of the object.
guid?: string
Property Value
string
typeName
The name of the type.
typeName?: string
Property Value
string
uniqueAttributes
The unique attributes of the object.
uniqueAttributes?: Record<string, unknown>
Property Value
Record<string, unknown>