Skip to content

gene-tooltips


Functions

createNestedContent()

createNestedContent(items): string

Defined in: utils.ts:12

Parameters

items

object[]

Returns

string


generateUniqueTooltipId()

generateUniqueTooltipId(): string

Defined in: utils.ts:4

Returns

string


getSectionBackgroundColor()

getSectionBackgroundColor(instance): string | null

Defined in: utils.ts:38

Gets the computed background color from a Tippy instance's popper.

Parameters

instance

Instance

The Tippy instance to inspect.

Returns

string | null

The background color string (e.g., 'rgb(255, 255, 255)') or null if not found.