Collection of properties, specific to the DeliveryTimelineView

interface DeliveryViewPropertyCollection {
    cardSettings?: CardSettings;
    criteria?: FilterClause[];
    markers?: Marker[];
    styleSettings?: Rule[];
    tagStyleSettings?: Rule[];
    teamBacklogMappings?: TeamBacklogMapping[];
}

Properties

cardSettings?: CardSettings

Card settings

criteria?: FilterClause[]

Field criteria

markers?: Marker[]

Markers. Will be missing/null if there are no markers.

styleSettings?: Rule[]

Card style settings

tagStyleSettings?: Rule[]

tag style settings

teamBacklogMappings?: TeamBacklogMapping[]

Team backlog mappings