updateBodyStyle()
Sets whether to update the body element style initially.
updateBodyStyle(update: boolean): this;
Notes
- When true (default), the body element’s style is initialized to remove padding and margin, and to apply the background color.
Parameters
- update — True to update the body element style.
Return value
The theme itself, for method chaining.
Related
class WebTheme
A class that represents a complete visual theme configuration.
