KC's Workspace
    Preparing search index...

    A percentage of a given timeline range

    interface TimelineRangePercentage {
        name: TimelineRangeName;
        percentage: number;
    }
    Index

    Properties

    Properties

    The name of the timeline range.

    percentage: number

    The percentage progress between the start and end of the range.