Members
(static, constant) ThemeBrowserStorage :ThemeStorage
Storage implementation to store theme decisions in the browser's localStorage.
Type:
- ThemeStorage
- Source:
Type Definitions
ThemeStorage
Properties:
Name | Type | Description |
---|---|---|
isDefined |
function | checks if there is an entry in storage |
value |
function | returns the current value from strorage |
update |
function | updates the value in storage |
remove |
function | removes the value from storage |
- Source: