Interface for objects that can be uniquely identified by a UUID

TypeScript
export interface

Properties

PropertyDescription
UuidUnique 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