jQuery Event Calendar API
    Preparing search index...

    Interface ICalendarState

    interface ICalendarState {
        day: number;
        direction: "" | "current" | "next" | "prev" | "month" | "day";
        month: number;
        year: number;
    }
    Index
    day: number
    direction: "" | "current" | "next" | "prev" | "month" | "day"
    month: number
    year: number