Skip to content

@serenity-is/sleekgrid / AutoTooltipsOptions

Interface: AutoTooltipsOptions

Defined in: src/plugins/autotooltips.ts:6

Options for AutoTooltips.

Properties

enableForCells?

optional enableForCells: boolean

Defined in: src/plugins/autotooltips.ts:8

Auto-assign tooltips for body cells when text overflows. Defaults to true.


enableForHeaderCells?

optional enableForHeaderCells: boolean

Defined in: src/plugins/autotooltips.ts:10

Auto-assign tooltips for header cells when text overflows. Defaults to false.


maxToolTipLength?

optional maxToolTipLength: number

Defined in: src/plugins/autotooltips.ts:12

Maximum tooltip length before truncation with "..."; null means no limit.


replaceExisting?

optional replaceExisting: boolean

Defined in: src/plugins/autotooltips.ts:14

When true, overwrites existing title attributes.