Skip to content

@serenity-is/sleekgrid / CompatFormatterResult

Interface: CompatFormatterResult

Defined in: src/core/formatting.ts:102

Structured result for legacy formatters that need to convey extra metadata.

Properties

addClasses?

optional addClasses: string

Defined in: src/core/formatting.ts:104

Extra CSS classes to add to the cell node.


text?

optional text: FormatterResult

Defined in: src/core/formatting.ts:106

Main cell content.


toolTip?

optional toolTip: string

Defined in: src/core/formatting.ts:108

Tooltip text for the cell node.