Backstage
Docs
GitHub
Preparing search index...
@backstage/ui
Select
Variable Select
Const
Select
:
{
displayName
?:
string
;
<
M
extends
"single"
|
"multiple"
=
"single"
|
"multiple"
,
T
extends
{
id
:
Key
}
=
NormalizedOption
,
>
(
props
:
SelectProps
<
M
,
T
>
&
RefAttributes
<
HTMLDivElement
>
,
)
:
ReactElement
<
any
,
string
|
JSXElementConstructor
<
any
>
>
|
null
;
}
= ...
Type Declaration
<
M
extends
"single"
|
"multiple"
=
"single"
|
"multiple"
,
T
extends
{
id
:
Key
}
=
NormalizedOption
,
>
(
props
:
SelectProps
<
M
,
T
>
&
RefAttributes
<
HTMLDivElement
>
,
)
:
ReactElement
<
any
,
string
|
JSXElementConstructor
<
any
>
>
|
null
Type Parameters
M
extends
"single"
|
"multiple"
=
"single"
|
"multiple"
T
extends
{
id
:
Key
}
=
NormalizedOption
Parameters
props
:
SelectProps
<
M
,
T
>
&
RefAttributes
<
HTMLDivElement
>
Returns
ReactElement
<
any
,
string
|
JSXElementConstructor
<
any
>
>
|
null
Optional
displayName
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Docs
GitHub
Backstage
Loading...