Skip to main content
Version: 4.1.0

Theme

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Theme(): Theme
  • Returns Theme

Properties

publicstaticreadonlyAUTO

AUTO: auto = "auto"

publicstaticreadonlyDARK

DARK: dark = "dark"

publicstaticreadonlyLIGHT

LIGHT: light = "light"

Methods

publicstaticisValid

  • isValid(theme: string): boolean
  • Parameters

    • theme: string

    Returns boolean