Skip to main content

ColumnLike

Defined in: js-api/src/u2core/df-bindings.ts:11

Deliberately structural, not DG.Column/DG.DataFrame: every real frame satisfies these, while the headless suite feeds plain fakes — a Dart-handle class could never type them.

Properties

PropertyTypeDefined in
namestringjs-api/src/u2core/df-bindings.ts:12
semType?string | nulljs-api/src/u2core/df-bindings.ts:14
typestringjs-api/src/u2core/df-bindings.ts:13

Methods

isNone()?

optional isNone(row): boolean

Defined in: js-api/src/u2core/df-bindings.ts:16

Whether the cell holds no value — get answers the column type's null sentinel for it.

Parameters

ParameterType
rownumber

Returns

boolean