Back to Table

Header_Plugins

docs/reference/interfaces/Header_Plugins.md

8.21.3616 B
Original Source

Interface: Header_Plugins<TFeatures, TData, TValue>

Defined in: types/Header.ts:11

Use this interface as a target for declaration merging to add your own plugin properties. Note: This will affect the types of all tables in your project.

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

TValue

TValue extends CellData = CellData