Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RxStyle

Hierarchy

  • RxStyle

Indexable

[key: string]: any

Index

Constructors

constructor

Methods

getPropertyPriority

  • getPropertyPriority(key: string): string

getPropertyValue

  • getPropertyValue(key: string): string

init

  • init(): void

item

  • item(index: number): string | undefined

removeProperty

  • removeProperty(key: string): void

setProperty

  • setProperty(key: string, value: string, important: "important" | "" | undefined): void
  • Parameters

    • key: string
    • value: string
    • important: "important" | "" | undefined

    Returns void