Constructors

Properties

iconSequence: number = 0
icons: SyncReferenceCollection<PluginIconKey, PluginIcon> = ...
rules: {
    body: ((theme) => string);
    selector: string;
}[] = []

Type declaration

  • body: ((theme) => string)
      • (theme): string
      • Parameters

        • theme: Theme

        Returns string

  • selector: string
style: HTMLStyleElement
themeService: ThemeService
toUpdate: DisposableCollection = ...

Methods