An attempt to update a TimelineRecord.

interface TimelineAttempt {
    attempt?: number;
    identifier?: string;
    recordId?: string;
    timelineId?: string;
}

Properties

attempt?: number

The attempt of the record.

identifier?: string

The unique identifier for the record.

recordId?: string

The record identifier located within the specified timeline.

timelineId?: string

The timeline identifier which owns the record representing this attempt.