Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Theme<T>

Type parameters

Hierarchy

  • Theme

Index

Constructors

Properties

Accessors

Constructors

constructor

  • new Theme<T>(): Theme<T>

Properties

Private Readonly localStorage

localStorage: LocalStorage = ...

Static Readonly lsKey

lsKey: "theme" = 'theme'

Accessors

selectedTheme

  • get selectedTheme(): undefined | T
  • set selectedTheme(theme: undefined | T): void
  • Returns undefined | T

  • Parameters

    • theme: undefined | T

    Returns void

theme

  • get theme(): T

Generated using TypeDoc