Table API Reference

DebugOptions

Type Alias: DebugOptions<TFeatures>

ts
type DebugOptions<TFeatures> = object & DebugKeysFor<CoreFeatures & TFeatures>;

Defined in: types/TableOptions.ts:47

Type Declaration

debugAll?

ts
optional debugAll: boolean;

debugCache?

ts
optional debugCache: boolean;

debugCells?

ts
optional debugCells: boolean;

debugColumns?

ts
optional debugColumns: boolean;

debugHeaders?

ts
optional debugHeaders: boolean;

debugRows?

ts
optional debugRows: boolean;

debugTable?

ts
optional debugTable: boolean;

Type Parameters

TFeatures

TFeatures extends TableFeatures