Properties
Optional Readonly node
node: Node
Methods
getStyle
- getStyle(propertyNames: string | readonly string[]): undefined | string | CSSStyleValue
-
Parameters
-
propertyNames: string | readonly string[]
Returns undefined | string | CSSStyleValue
setStyle
- setStyle(propertyName: string, value: unknown, priority?: string): StyleContext
-
Parameters
-
propertyName: string
-
value: unknown
-
Optional priority: string