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

    Interface RenderScheduleOptions

    Options accepted by renderSchedule.

    interface RenderScheduleOptions {
        emptyLabel?: string;
        height?: number;
        items: readonly ScheduleItem[];
        locale?: string;
        timeZone?: string;
        width?: number;
    }
    Index

    Properties

    emptyLabel?: string

    Empty-state text.

    height?: number

    Maximum rendered height.

    items: readonly ScheduleItem[]

    Events to render.

    locale?: string

    Locale for time formatting.

    timeZone?: string

    IANA time zone used for time labels.

    width?: number

    Maximum terminal-cell width of each line.