Preparing search index...
The search index is not available
AsukaDesigner JavaScript API - v1.0.0
AsukaDesigner JavaScript API
AsukaModuleUiHelpers
Interface AsukaModuleUiHelpers
Vanilla-friendly UI helper bag injected into custom module renderers.
interface
AsukaModuleUiHelpers
{
components
:
Record
<
string
,
unknown
>
;
el
:
typeof
h
;
h
:
typeof
h
;
icon
:
(
(
name
:
string
,
options
?:
{
className
?:
string
;
size
?:
number
;
}
)
=>
unknown
)
;
}
Index
Properties
components
el
h
icon
Properties
components
components
:
Record
<
string
,
unknown
>
el
el
:
typeof
h
h
h
:
typeof
h
icon
icon
:
(
(
name
:
string
,
options
?:
{
className
?:
string
;
size
?:
number
;
}
)
=>
unknown
)
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
components
el
h
icon
AsukaDesigner JavaScript API - v1.0.0
Loading...
Vanilla-friendly UI helper bag injected into custom module renderers.