@tempots/dom
DOMContext.getStyle() method
Gets the style of the element.
Signature:
getStyle(name: string): string;
Parameters
Parameter |
Type |
Description |
---|---|---|
name |
string |
The name of the style to get. |
Returns: string
The value of the style.