TimelineKit API
Docs
Gantt Chart
Resource Scheduler
Event Calendar
Preparing search index...
EntryTooltipFn
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
(
args
:
EntryTooltipArgs
,
)
:
EntryTooltipContent
|
null
|
Promise
<
EntryTooltipContent
|
null
>
Parameters
args
:
EntryTooltipArgs
Returns
EntryTooltipContent
|
null
|
Promise
<
EntryTooltipContent
|
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.