setStyle()
Applies additional style overrides to this element.
setStyle(styleOverrides: StyleOverrides): void;
Notes
- Creates a new style object that combines existing overrides with the provided ones.
Parameters
- styleOverrides — The style overrides to apply.
Related
class UIElement abstract
The base class for built-in UI view elements.
