Skip to content

Commit 681bc8f

Browse files
Mattia VianelliMattia Vianelli
authored andcommitted
DSC-2194 Updated the relevant file for the search page (themed-configuration)
(cherry picked from commit 505782c)
1 parent 9f6eed0 commit 681bc8f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/app/search-page/themed-configuration-search-page.component.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,16 @@ export class ThemedConfigurationSearchPageComponent extends ThemedComponent<Conf
5353
@Input()
5454
context: Context;
5555

56+
/**
57+
* Defines whether to start as showing the charts collapsed
58+
*/
59+
@Input() collapseCharts = false;
60+
61+
/**
62+
* Defines whether to show the toggle button to Show/Hide chart
63+
*/
64+
@Input() showChartsToggle = false;
65+
5666
protected inAndOutputNames: (keyof ConfigurationSearchPageComponent & keyof this)[] =
5767
['context', 'configuration', 'fixedFilterQuery', 'inPlaceSearch', 'searchEnabled', 'sideBarWidth'];
5868

0 commit comments

Comments
 (0)