DataGridStartupOptions / PartialDataGridStartupOptions
Description
A DataGridStartupOptions
is an interface that extends the DataGridOptions
interface and exposes additional properties to specify various options on the DataGrid
.
DataGridStartupOptions
can only be set when constructing the DataGrid
.
Properties
Property |
Type |
Default Value |
Description |
---|---|---|---|
eventListeners? |
null |
A collection of key/value pairs that links events to listeners. |
|
logger |
|
defaultLogger |
The logger to use to display information in the debug console. |
Remarks
A partial type/interface is an object in which properties are optional.
Need help? Contact us!