Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace EditorDecorationStyle

Index

Functions

copyStyle

  • copyStyle(from: CSSStyleDeclaration, to: CSSStyleDeclaration): void

createRule

  • createRule(selector: string, styleProvider: (style: CSSStyleDeclaration) => void, styleSheet?: CSSStyleSheet | undefined): void

createStyleSheet

  • createStyleSheet(container?: HTMLElement): CSSStyleSheet | undefined

deleteRule

  • deleteRule(selector: string, styleSheet?: CSSStyleSheet | undefined): void