Serializable properties for Entity.

interface EntityProperties {
    id?: string;
}

Hierarchy (view full)

Properties

Properties

id?: string

The unique ID to assign to the entity. If not specified, one will be generated.