A reference to a timeline.

interface TimelineReference {
    changeId?: number;
    id?: string;
    location?: string;
}

Hierarchy (View Summary)

Properties

changeId?: number

The change ID.

id?: string

The ID of the timeline.

location?: string

The REST URL of the timeline.