TimelineKit API
    Preparing search index...

    Interface SchedulerEventTooltipContent

    Content to display in an event tooltip.

    interface SchedulerEventTooltipContent {
        lines: { name: string; value: string }[];
        title: string;
    }
    Index

    Properties

    Properties

    lines: { name: string; value: string }[]

    Key-value lines displayed below the title.

    title: string

    Tooltip title (typically the event name).