Preparing search index...
The search index is not available
@aws/mynah-ui
@aws/mynah-ui
DropdownFactoryProps
Interface DropdownFactoryProps
interface
DropdownFactoryProps
{
classNames
?:
string
[]
;
description
?:
string
;
descriptionLink
?:
{
destination
:
string
;
id
:
string
;
onClick
?:
(
(
)
=>
void
)
;
text
:
string
;
}
;
messageId
?:
string
;
onChange
?:
(
(
selectedOptions
)
=>
void
)
;
options
:
DropdownListOption
[]
;
tabId
?:
string
;
type
:
"checkbox"
|
"select"
|
"radio"
;
}
Hierarchy (
view full
)
DropdownListProps
DropdownFactoryProps
Index
Properties
class
Names?
description?
description
Link?
message
Id?
on
Change?
options
tab
Id?
type
Properties
Optional
class
Names
class
Names
?:
string
[]
Optional
description
description
?:
string
Optional
description
Link
description
Link
?:
{
destination
:
string
;
id
:
string
;
onClick
?:
(
(
)
=>
void
)
;
text
:
string
;
}
Type declaration
destination
:
string
id
:
string
Optional
on
Click
?:
(
(
)
=>
void
)
(
)
:
void
Returns
void
text
:
string
Optional
message
Id
message
Id
?:
string
Optional
on
Change
on
Change
?:
(
(
selectedOptions
)
=>
void
)
Type declaration
(
selectedOptions
)
:
void
Parameters
selectedOptions
:
DropdownListOption
[]
Returns
void
options
options
:
DropdownListOption
[]
Optional
tab
Id
tab
Id
?:
string
type
type
:
"checkbox"
|
"select"
|
"radio"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
class
Names
description
description
Link
message
Id
on
Change
options
tab
Id
type
@aws/mynah-ui
Loading...