Skip to content

@serenity-is/corelib / getColumnsAsync

Function: getColumnsAsync()

getColumnsAsync(key): Promise<PropertyItem[]>

Defined in: src/compat/scriptdata-compat.ts:111

Asynchronously retrieves column metadata for a row/form key. Compat shim for Q.getColumnsAsync; delegates to getColumnsScript(key).

Parameters

key

string

Columns key.

Returns

Promise<PropertyItem[]>

A promise resolving to the array of PropertyItem column definitions.