Skip to main content

ThemeManagerSessionMixin

Note: this document is automatically generated from mobx-state-tree objects in our source code. See Core concepts and intro to pluggable elements for more info

Source file

packages/product-core/src/Session/Themes.ts

ThemeManagerSessionMixin - Getters

getter: themeName

// type
string

getter: theme

// type
Theme

ThemeManagerSessionMixin - Methods

method: allThemes

// type signature
allThemes: () => ThemeMap

ThemeManagerSessionMixin - Actions

action: setThemeName

// type signature
setThemeName: (name: string) => void