import CSSStyleDeclaration from 'html-document/src/HTMLElement/CSSStyleDeclaration.js'
CSSStyleDeclaration
Extends:
AbstractCSSStyleDeclaration → CSSStyleDeclaration
Constructor Summary
Public Constructor | ||
public |
constructor(element: HTMLElement) |
Inherited Summary
From class AbstractCSSStyleDeclaration | ||
public get |
|
|
public set |
|
|
public |
getPropertyPriority(propertyName: string, important: String | undefined | false): * Returns the optional priority, "important". |
|
public |
getPropertyValue(propertyName: string): * Returns the optional priority, "important". |
|
public |
Returns a property name. |
|
public |
removeProperty(propertyName: string): * Returns the value deleted. |
|
public |
setProperty(propertyName: string, value: string, important: string) No return. |
Public Constructors
public constructor(element: HTMLElement) source
Params:
Name | Type | Attribute | Description |
element | HTMLElement |