@serenity-is/sleekgrid / AutoTooltipsOptions
Interface: AutoTooltipsOptions
Defined in: src/plugins/autotooltips.ts:6
Options for AutoTooltips.
Properties
enableForCells?
optionalenableForCells:boolean
Defined in: src/plugins/autotooltips.ts:8
Auto-assign tooltips for body cells when text overflows. Defaults to true.
enableForHeaderCells?
optionalenableForHeaderCells:boolean
Defined in: src/plugins/autotooltips.ts:10
Auto-assign tooltips for header cells when text overflows. Defaults to false.
maxToolTipLength?
optionalmaxToolTipLength:number
Defined in: src/plugins/autotooltips.ts:12
Maximum tooltip length before truncation with "..."; null means no limit.
replaceExisting?
optionalreplaceExisting:boolean
Defined in: src/plugins/autotooltips.ts:14
When true, overwrites existing title attributes.