$k. ExternalDataRow

Methods

at(index) → {any}

Returns the value at the given index

Parameters:
NameTypeDescription
indexnumber

Column index (starting with 0)

Returns:

The value

Type: 
any

atIdentifier(identifier) → {any}

Returns the value at the column with the given identifier

Parameters:
NameTypeDescription
identifierstring

Column identifier

Returns:

The value

Type: 
any

columnNames() → {Array.<string>}

Returns the raw column names

Returns:

Column names

Type: 
Array.<string>

get(columnName) → {any}

Returns the value of the column with the given name

Parameters:
NameTypeDescription
columnNamestring

Column name

Returns:

The value

Type: 
any

row()

Returns the row values

Returns:

The row