_backColor()
_backColor(
x,s):HTMLElement
Defined in: js-api/ui.ts:143
Internal
Internal helper to set background color and return the element for chaining. Prefer using CSS classes for styling.
Parameters
| Parameter | Type |
|---|---|
x | HTMLElement |
s | string |
Returns
HTMLElement