Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PluginSharedStyle

Index

Constructors

Properties

iconSequence: number = 0
icons: SyncReferenceCollection<PluginIconKey, PluginIcon> = ...
rules: { selector: string; body: any }[] = []
style: HTMLStyleElement
themeService: ThemeService
toUpdate: DisposableCollection = ...

Methods

  • deleteRule(selector: string): void
  • doInsertRule(__namedParameters: { selector: string; body: any }): void
  • init(): void
  • insertRule(selector: string, body: ((theme: Theme) => string)): Disposable
  • toIconClass(url: IconUrl, __namedParameters?: { size: number }): Reference<PluginIcon>
  • update(): void
  • toExternalIconUrl(iconUrl: string): string