gi-nx / LensUiState
ts
type LensUiState = {
defaultShowStyleConfigurator: boolean;
doubleClickToZoom: boolean;
enableGridCharts: boolean;
searchString: string;
showEmptyCellInfo: boolean;
showInvalidCells: boolean;
showSelectedOnly: boolean;
};Properties
| Property | Type |
|---|---|
defaultShowStyleConfigurator | boolean |
doubleClickToZoom | boolean |
enableGridCharts | boolean |
searchString | string |
showEmptyCellInfo | boolean |
showInvalidCells | boolean |
showSelectedOnly | boolean |