uiconfig.js
Preparing search index...
uiContainer
Function uiContainer
uiContainer
<
TP
=
any
>
(
label
:
ValOrFunc
<
string
,
[
TP
]
>
,
params
?:
any
,
type
?:
string
,
)
:
<
T
extends
new
(
...
args
:
any
[]
)
=>
any
>
(
constructor
:
T
,
)
=>
{
prototype
:
__type
<
any
,
any
>
;
new
(
...
args
:
any
[]
)
:
__type
<
TP
,
T
>
}
&
T
Type Parameters
TP
=
any
Parameters
label
:
ValOrFunc
<
string
,
[
TP
]
>
Optional
params
:
any
type
:
string
= 'panel'
Returns
<
T
extends
new
(
...
args
:
any
[]
)
=>
any
>
(
constructor
:
T
,
)
=>
{
prototype
:
__type
<
any
,
any
>
;
new
(
...
args
:
any
[]
)
:
__type
<
TP
,
T
>
}
&
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
uiconfig.js
Loading...