Interface EntityAddress

A universal entity address: which model, and which express ID within it.

interface EntityAddress {
    expressID: number;
    modelURI: string;
}

Properties

Properties

expressID: number

The entity's express ID within that model.

modelURI: string

The model's URI (everything left of the #expressID fragment).