type DebugOptions<TFeatures> = object & DebugKeysFor<CoreFeatures & TFeatures>;
Defined in: types/TableOptions.ts:41
optional debugAll: boolean;
optional debugCache: boolean;
optional debugCells: boolean;
optional debugColumns: boolean;
optional debugHeaders: boolean;
optional debugRows: boolean;
optional debugTable: boolean;
TFeatures extends TableFeatures