Type Alias LensUiState

LensUiState: {
    defaultShowStyleConfigurator: boolean;
    enableGridCharts: boolean;
    searchString: string;
    showEmptyCellInfo: boolean;
    showInvalidCells: boolean;
    showSelectedOnly: boolean;
}