TimelineKit API
    Preparing search index...

    Interface EntryTooltipContent

    Content to display in an entry tooltip.

    interface EntryTooltipContent {
        rows?: { label: string; value: string }[];
        title: string;
    }
    Index

    Properties

    Properties

    rows?: { label: string; value: string }[]

    Key-value rows displayed below the title.

    title: string

    Tooltip title.