TooltipCallbacks

external interface TooltipCallbacks<Model, Item>

Functions

Link copied to clipboard
abstract fun afterBody(tooltipItems: Array<Item>): dynamic
Link copied to clipboard
abstract fun afterFooter(tooltipItems: Array<Item>): dynamic
Link copied to clipboard
abstract fun afterLabel(tooltipItem: Item): dynamic
Link copied to clipboard
abstract fun afterTitle(tooltipItems: Array<Item>): dynamic
Link copied to clipboard
abstract fun beforeBody(tooltipItems: Array<Item>): dynamic
Link copied to clipboard
abstract fun beforeFooter(tooltipItems: Array<Item>): dynamic
Link copied to clipboard
abstract fun beforeLabel(tooltipItem: Item): dynamic
Link copied to clipboard
abstract fun beforeTitle(tooltipItems: Array<Item>): dynamic
Link copied to clipboard
abstract fun footer(tooltipItems: Array<Item>): dynamic
Link copied to clipboard
abstract fun label(tooltipItem: Item): dynamic
Link copied to clipboard
abstract fun labelColor(tooltipItem: Item): TooltipLabelStyle
Link copied to clipboard
abstract fun labelPointStyle(tooltipItem: Item): T$43
Link copied to clipboard
abstract fun labelTextColor(tooltipItem: Item): dynamic
Link copied to clipboard
abstract fun title(tooltipItems: Array<Item>): dynamic