Preparing search index...
The search index is not available
LISN.js
LISN.js
Widgets
WidgetConfigValidatorFunc
Type Alias WidgetConfigValidatorFunc<Config>
WidgetConfigValidatorFunc
:
(
element
:
Element
,
)
=>
|
WidgetConfigValidatorObject
<
Config
>
|
WidgetConfigAsyncValidatorObject
<
Config
>
Type Parameters
Config
extends
Record
<
string
,
unknown
>
Type declaration
(
element
:
Element
,
)
:
|
WidgetConfigValidatorObject
<
Config
>
|
WidgetConfigAsyncValidatorObject
<
Config
>
Parameters
element
:
Element
Returns
WidgetConfigValidatorObject
<
Config
>
|
WidgetConfigAsyncValidatorObject
<
Config
>
See
getWidgetConfig
.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
LISN.js
Loading...
See
getWidgetConfig.