@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?
optionaladdClasses:string
Defined in: src/core/formatting.ts:104
Extra CSS classes to add to the cell node.
text?
optionaltext:FormatterResult
Defined in: src/core/formatting.ts:106
Main cell content.
toolTip?
optionaltoolTip:string
Defined in: src/core/formatting.ts:108
Tooltip text for the cell node.