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