Client serialization contract for Delivery Timeline Markers.

interface Marker {
    color?: string;
    date?: Date;
    label?: string;
}

Properties

Properties

color?: string

Color associated with the marker.

date?: Date

Where the marker should be displayed on the timeline.

label?: string

Label/title for the marker.