blessed-components - v1.20.0
    Preparing search index...

    Interface ScheduleItem

    Schedule event item.

    interface ScheduleItem {
        id: string;
        label: string;
        status?: string;
        time: string | number | Date;
    }
    Index

    Properties

    Properties

    id: string

    Event id.

    label: string

    Event label.

    status?: string

    Optional status text.

    time: string | number | Date

    Start time.