Skip to content

@serenity-is/sleekgrid / Formatters / Checkmark

Function: Checkmark()

Checkmark(_row, _cell, value): FormatterResult

Defined in: src/formatters/index.ts:34

Legacy adapter for CheckmarkFormatter.

Parameters

_row

number

Unused row index.

_cell

number

Unused cell index.

value

any

Truthy/falsy cell value.

Returns

FormatterResult

Checkmark icon or empty string.