Set Styles
element.setStyles(styles)
Set styles on an element.
Syntax
Parameters
Styles
: Array of Style Objects - The array of styles to set.
Returns
Promise<null
>
A Promise that resolves to null
.
Set Styles
element.setStyles(styles)
Set styles on an element.
Styles
: Array of Style Objects - The array of styles to set.Promise<null
>
A Promise that resolves to null
.