Interface MarkCalOptions

The date related widgets, such as datebox and calendar.

interface MarkCalOptions {
    sameMonth?: boolean;
    silent?: boolean;
    timeout?: number;
}

Properties

sameMonth?: boolean
silent?: boolean
timeout?: number