Properties that can be passed into the constructor for EntityBase.

interface EntityBaseProperties {
    failureMode?: FailureMode;
    id?: string;
}

Hierarchy (view full)

Properties

Properties

failureMode?: FailureMode
id?: string

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