TimelineKit API
Docs
Gantt Chart
Resource Scheduler
Event Calendar
Preparing search index...
CardTooltipFn
Type Alias CardTooltipFn
CardTooltipFn
:
(
args
:
CardTooltipArgs
,
)
=>
CardTooltipContent
|
null
|
Promise
<
CardTooltipContent
|
null
>
Custom tooltip function. Return content to display, or null to hide the tooltip.
Type Declaration
(
args
:
CardTooltipArgs
,
)
:
CardTooltipContent
|
null
|
Promise
<
CardTooltipContent
|
null
>
Parameters
args
:
CardTooltipArgs
Returns
CardTooltipContent
|
null
|
Promise
<
CardTooltipContent
|
null
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Docs
Gantt Chart
Resource Scheduler
Event Calendar
TimelineKit API
Loading...
Custom tooltip function. Return content to display, or null to hide the tooltip.