Hello,
I would like to know how to change the height of the panels in CSS and also on how to access the set the height property in the typeScript file.
Because while I try to access the height of a particular panel in my .ts file like this:
I am getting an error stating that the height is a getter property and not a setter property.
// this.dashboard.panels[0]["controlParent"].element.clientHeight = "100";
// this.dashboard.panels[0]["controlParent"].element.clientWidth = "100";