Preparing search index...
The search index is not available
linXiv frontend (TS/JS)
linXiv frontend (TS/JS)
lib/editorBridge
ThemePushState
Interface ThemePushState
The theme-store slice pushThemeToEditor needs to resolve the active palette.
interface
ThemePushState
{
mode
:
ThemeMode
;
overrideAlphas
:
Partial
;
overrides
:
Partial
<
ThemeColors
>
;
preset
:
"Navy"
|
"Slate"
|
"Charcoal"
|
"Forest"
|
"Ember"
|
"Cupertino"
;
}
Index
Properties
mode
override
Alphas
overrides
preset
Properties
mode
mode
:
ThemeMode
override
Alphas
overrideAlphas
:
Partial
overrides
overrides
:
Partial
<
ThemeColors
>
preset
preset
:
"Navy"
|
"Slate"
|
"Charcoal"
|
"Forest"
|
"Ember"
|
"Cupertino"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
mode
override
Alphas
overrides
preset
linXiv frontend (TS/JS)
Loading...
The theme-store slice pushThemeToEditor needs to resolve the active palette.