ExperimentalOptions / PartialExperimentalOptions
Description
An ExperimentalOptions
is an interface that provides options on the DataGrid
that are experimental, meaning the API is not determined and these may be removed or changed at any time.
Properties
Property |
Type |
Description |
---|---|---|
tooltipMode |
TooltipMode |
Indicates if, and how, tooltips are to be shown when hovering over |
statDefinitions |
Indicates the StatDefinition collection to use when stats are needed on specific fields. |
Remarks
A partial type/interface is an object in which properties are optional.
Need help? Contact us!