Interface Stylable

any object (usually an HTMLElement, or a CSSStyleRule inside of a StyleSheet) that can by styled.

interface Stylable {
    style: CSSStyleDeclaration;
}

Properties

Properties

style: CSSStyleDeclaration

Generated using TypeDoc