Updates the background of the user's current page. The background can be a solid color, an image or a video.
Parameters
Required
The appearance of a page's background.
Properties of opts
Optional
Optional
The color of the fill as a hex code.
The hex code must include all six characters and be prefixed with a #
symbol.
Example
" #ff0099"
ts
Returns
Promise<void>