Site data object

interface SiteData {
    cutoffs?: WaypointCutoff[];
    description?: string;
    hasDelay?: boolean;
    id?: string | symbol;
    isFinish?: boolean;
    isStart?: boolean;
    name?: string;
    percent: number;
}

Properties

cutoffs?: WaypointCutoff[]

optional cutoffs for the site

description?: string

optional description for the site

hasDelay?: boolean

hasDelay - true if the site has a delay

id?: string | symbol

optional id for the site required when inputting plan delays

isFinish?: boolean

isFinish - true if the site is the finish of the course

isStart?: boolean

isStart - true if the site is the start of the course

name?: string

optional name for the site

percent: number

percent of total distance along the track where the site is located