Skip to content
Sheetwrite

Sheetwrite / Documentation

RowBridgeColumn@sheetwrite/core

Semantic column key accepted by the row bridge.

Semantic column key accepted by the row bridge.

Members 1

key
readonly key: keyof Row & string;

Declaration

View full TypeScript declaration
export interface RowBridgeColumn<Row extends Record<string, CellScalar>> {
readonly key: keyof Row & string;
}