Identifiable
Interface for objects that can be uniquely identified by a UUID
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| Uuid | Unique identifier for the Object, generated and used internally by AdapTable |
Property Details
Uuid
Unique identifier for the Object, generated and used internally by AdapTable
TypeScript
Uuid?: TypeUuid;Property Value
TypeUuid