FixIt JavaScript API
FixIt Documentation
GitHub
Preparing search index...
core/tokens
FixItPublicAPI
Interface FixItPublicAPI
interface
FixItPublicAPI
{
code
:
CodeService
;
config
:
FixItConfig
;
content
:
ContentService
;
core
:
CoreService
;
enc
:
EncryptionService
;
eventBus
:
TypedEventBus
;
events
:
EventsService
;
isDark
:
boolean
;
isRTL
:
boolean
;
menu
:
MenuService
;
misc
:
MiscService
;
pwa
:
PWAService
;
search
:
SearchService
;
setThemeMode
:
(
mode
:
string
,
persist
?:
boolean
)
=>
void
;
theme
:
ThemeService
;
themeMode
:
string
;
toc
:
TocService
;
version
:
string
;
}
Implemented by
PublicAPI
Index
Properties
code
config
content
core
enc
event
Bus
events
is
Dark
is
RTL
menu
misc
pwa
search
set
Theme
Mode
theme
theme
Mode
toc
version
Properties
Readonly
code
code
:
CodeService
Readonly
config
config
:
FixItConfig
Readonly
content
content
:
ContentService
Readonly
core
core
:
CoreService
Readonly
enc
enc
:
EncryptionService
Readonly
event
Bus
eventBus
:
TypedEventBus
Readonly
events
events
:
EventsService
Readonly
is
Dark
isDark
:
boolean
Readonly
is
RTL
isRTL
:
boolean
Readonly
menu
menu
:
MenuService
Readonly
misc
misc
:
MiscService
Readonly
pwa
pwa
:
PWAService
Readonly
search
search
:
SearchService
set
Theme
Mode
setThemeMode
:
(
mode
:
string
,
persist
?:
boolean
)
=>
void
Readonly
theme
theme
:
ThemeService
Readonly
theme
Mode
themeMode
:
string
Readonly
toc
toc
:
TocService
Readonly
version
version
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
config
content
core
enc
event
Bus
events
is
Dark
is
RTL
menu
misc
pwa
search
set
Theme
Mode
theme
theme
Mode
toc
version
FixIt Documentation
GitHub
FixIt JavaScript API
Loading...