TimelineKit API
    Preparing search index...

    Interface CardTooltipArgs

    Arguments passed to the custom tooltip callback.

    interface CardTooltipArgs {
        card: KanbanCard;
    }
    Index

    Properties

    Properties

    The card being hovered.