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

Properties

attempt?: number

Gets or sets the attempt of the record.

recordId?: string

Gets or sets the record identifier located within the specified timeline.

timelineId?: string

Gets or sets the timeline identifier which owns the record representing this attempt.