TimelineKit API
    Preparing search index...

    Interface EntryRenderArgs

    Arguments passed to the custom entry rendering callback.

    interface EntryRenderArgs {
        color: EventCalendarEntryColor;
        element: HTMLElement;
        entry: CalendarEntry;
        isAllDay: boolean;
        viewMode: ViewMode;
    }
    Index

    Properties

    Resolved color for this entry.

    element: HTMLElement

    The DOM element for the entry. Modify its content/style to customize rendering.

    entry

    The calendar entry being rendered.

    isAllDay: boolean

    Whether this entry is rendered in an all-day section.

    viewMode: ViewMode

    Current view mode.