WebUI X Documentation
Download from GitHub
Download from Google Play
GitHub
Preparing search index...
WebUI X Package
ModuleInterface
Interface ModuleInterface
interface
ModuleInterface
{
createShortcut
()
:
void
;
createShortcut
(
title
:
null
|
string
,
icon
:
null
|
string
)
:
void
;
getRecomposeCount
()
:
number
;
getSdk
()
:
number
;
getWindowBottomInset
()
:
number
;
getWindowLeftInset
()
:
number
;
getWindowRightInset
()
:
number
;
getWindowTopInset
()
:
number
;
hasShortcut
()
:
boolean
;
isDarkMode
()
:
boolean
;
isLightNavigationBars
()
:
boolean
;
isLightStatusBars
()
:
boolean
;
recompose
()
:
void
;
setLightNavigationBars
(
isLight
:
boolean
)
:
void
;
setLightStatusBars
(
isLight
:
boolean
)
:
void
;
shareText
(
text
:
string
)
:
void
;
shareText
(
text
:
string
,
type
:
string
)
:
void
;
}
Index
Methods
create
Shortcut
get
Recompose
Count
get
Sdk
get
Window
Bottom
Inset
get
Window
Left
Inset
get
Window
Right
Inset
get
Window
Top
Inset
has
Shortcut
is
Dark
Mode
is
Light
Navigation
Bars
is
Light
Status
Bars
recompose
set
Light
Navigation
Bars
set
Light
Status
Bars
share
Text
Methods
create
Shortcut
createShortcut
()
:
void
Returns
void
createShortcut
(
title
:
null
|
string
,
icon
:
null
|
string
)
:
void
Parameters
title
:
null
|
string
icon
:
null
|
string
Returns
void
get
Recompose
Count
getRecomposeCount
()
:
number
Returns
number
get
Sdk
getSdk
()
:
number
Returns
number
get
Window
Bottom
Inset
getWindowBottomInset
()
:
number
Returns
number
get
Window
Left
Inset
getWindowLeftInset
()
:
number
Returns
number
get
Window
Right
Inset
getWindowRightInset
()
:
number
Returns
number
get
Window
Top
Inset
getWindowTopInset
()
:
number
Returns
number
has
Shortcut
hasShortcut
()
:
boolean
Returns
boolean
is
Dark
Mode
isDarkMode
()
:
boolean
Returns
boolean
is
Light
Navigation
Bars
isLightNavigationBars
()
:
boolean
Returns
boolean
is
Light
Status
Bars
isLightStatusBars
()
:
boolean
Returns
boolean
recompose
recompose
()
:
void
Reloads the entire WebUI
Returns
void
set
Light
Navigation
Bars
setLightNavigationBars
(
isLight
:
boolean
)
:
void
Parameters
isLight
:
boolean
Returns
void
set
Light
Status
Bars
setLightStatusBars
(
isLight
:
boolean
)
:
void
Parameters
isLight
:
boolean
Returns
void
share
Text
shareText
(
text
:
string
)
:
void
Parameters
text
:
string
Returns
void
shareText
(
text
:
string
,
type
:
string
)
:
void
Parameters
text
:
string
type
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
create
Shortcut
get
Recompose
Count
get
Sdk
get
Window
Bottom
Inset
get
Window
Left
Inset
get
Window
Right
Inset
get
Window
Top
Inset
has
Shortcut
is
Dark
Mode
is
Light
Navigation
Bars
is
Light
Status
Bars
recompose
set
Light
Navigation
Bars
set
Light
Status
Bars
share
Text
Download from GitHub
Download from Google Play
GitHub
WebUI X Documentation
Loading...
Reloads the entire WebUI