Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StyleContext

Hierarchy

  • StyleContext

Index

Properties

Methods

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

    Returns StyleContext

Generated using TypeDoc