Skip to content

@serenity-is/corelib / PropertyItemColumnConverter / toColumns

Function: toColumns()

toColumns(items): Column<any>[]

Defined in: src/ui/helpers/propertyitemcolumnconverter.tsx:18

Converts an array of property items into column definitions.

Parameters

items

PropertyItem[]

The property items to convert.

Returns

Column<any>[]

The resulting column definitions.