@serenity-is/corelib / getColumns
Function: getColumns()
getColumns(
key):PropertyItem[]
Defined in: src/compat/scriptdata-compat.ts:101
Synchronously retrieves column metadata for a row/form key.
Compat shim for getColumns; delegates to getColumnsData(key).items.
Parameters
key
string
Columns key (usually a row or entity type name).
Returns
The array of PropertyItem column definitions, or an empty array if not found.
[DEPRECATED] Prefer getColumnsAsync / getColumnsScript for async loading. Kept for legacy synchronous callers.