@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Interface TimelineColumn

    A single column in the timeline header.

    interface TimelineColumn {
        date: Date;
        label: string;
        span: number;
    }
    Index

    Properties

    Properties

    date: Date

    The date this column starts on.

    label: string

    Label displayed in the header cell.

    span: number

    Number of day-units this column spans.