Skip to content
Sheetwrite

Sheetwrite / Documentation

SortKey@sheetwrite/core

One key of a multi-column sort, applied in array order (first = primary).

One key of a multi-column sort, applied in array order (first = primary).

Members 2

col
col: number;
ascending
ascending: boolean;

Declaration

View full TypeScript declaration
export interface SortKey {
col: number;
ascending: boolean;
}