WebUI X Documentation
Download from GitHub
Download from Google Play
GitHub
Preparing search index...
WebUI X Utility Plugin
Global
Interface Global
interface
Global
{
require
<
K
extends
keyof
GlobalModules
>
(
module
:
K
|
`
wx:
${
K
}
`
,
)
:
undefined
|
GlobalModules
[
K
]
;
}
Index
Methods
require
Methods
require
require
<
K
extends
keyof
GlobalModules
>
(
module
:
K
|
`
wx:
${
K
}
`
,
)
:
undefined
|
GlobalModules
[
K
]
Type Parameters
K
extends
keyof
GlobalModules
Parameters
module
:
K
|
`
wx:
${
K
}
`
Returns
undefined
|
GlobalModules
[
K
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
require
Download from GitHub
Download from Google Play
GitHub
WebUI X Documentation
Loading...