Home Reference Source Repository
public class | source

CSSStyleDeclaration

Extends:

AbstractCSSStyleDeclaration → CSSStyleDeclaration

See:

Constructor Summary

Public Constructor
public

Inherited Summary

From class AbstractCSSStyleDeclaration
public get
public set

cssText(style: string): *

public

getPropertyPriority(propertyName: string, important: String | undefined | false): *

Returns the optional priority, "important".

public

getPropertyValue(propertyName: string): *

Returns the optional priority, "important".

public

item(index: number): string

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:

NameTypeAttributeDescription
element HTMLElement