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

    Interface RenderClockOptions

    interface RenderClockOptions {
        label?: string;
        locale?: string;
        timeZone?: string;
        value: string | number | Date;
        width: number;
    }
    Index

    Properties

    label?: string
    locale?: string
    timeZone?: string
    value: string | number | Date
    width: number