TimelineKit API
    Preparing search index...

    Type Alias EntryTooltipFn

    EntryTooltipFn: (
        args: EntryTooltipArgs,
    ) => EntryTooltipContent | null | Promise<EntryTooltipContent | null>

    Custom tooltip function. Return content to display, or null to hide the tooltip.

    Type Declaration