Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/sdk
Universe
Platform
Uikit
DropDownComponentType
Interface DropDownComponentType
Public
interface
DropDownComponentType
{
new DropDownComponentType
new
(
props
:
DropDownProps
,
context
?:
any
)
:
Component
<
DropDownProps
,
any
,
any
>
;
childContextTypes
?:
ValidationMap
<
any
>
;
contextType
?:
Context
<
any
>
;
contextTypes
?:
ValidationMap
<
any
>
;
defaultProps
?:
Partial
<
DropDownProps
>
;
displayName
?:
string
;
getDerivedStateFromError
?:
GetDerivedStateFromError
<
DropDownProps
,
any
>
;
getDerivedStateFromProps
?:
GetDerivedStateFromProps
<
DropDownProps
,
any
>
;
Header
:
DropDownHeaderComponentType
;
Item
:
DropDownItemComponentType
;
propTypes
?:
WeakValidationMap
<
DropDownProps
>
;
Splitter
:
DropDownSplitterComponentType
;
}
Hierarchy (
view full
)
ComponentClass
<
DropDownProps
>
DropDownComponentType
Index
Constructors
constructor
Properties
child
Context
Types?
context
Type?
context
Types?
default
Props?
display
Name?
get
Derived
State
From
Error?
get
Derived
State
From
Props?
Header
Item
prop
Types?
Splitter
Constructors
constructor
new
Drop
Down
Component
Type
(
props
,
context
?
)
:
Component
<
DropDownProps
,
any
,
any
>
Parameters
props
:
DropDownProps
Optional
context
:
any
Returns
Component
<
DropDownProps
,
any
,
any
>
Properties
Optional
child
Context
Types
child
Context
Types
?:
ValidationMap
<
any
>
Optional
context
Type
context
Type
?:
Context
<
any
>
Optional
context
Types
context
Types
?:
ValidationMap
<
any
>
Optional
default
Props
default
Props
?:
Partial
<
DropDownProps
>
Optional
display
Name
display
Name
?:
string
Optional
get
Derived
State
From
Error
get
Derived
State
From
Error
?:
GetDerivedStateFromError
<
DropDownProps
,
any
>
Optional
get
Derived
State
From
Props
get
Derived
State
From
Props
?:
GetDerivedStateFromProps
<
DropDownProps
,
any
>
Header
Header
:
DropDownHeaderComponentType
Item
Item
:
DropDownItemComponentType
Optional
prop
Types
prop
Types
?:
WeakValidationMap
<
DropDownProps
>
Splitter
Splitter
:
DropDownSplitterComponentType
On This Page
Constructors
constructor
Properties
child
Context
Types
context
Type
context
Types
default
Props
display
Name
get
Derived
State
From
Error
get
Derived
State
From
Props
Header
Item
prop
Types
Splitter
Юниверс MDM SDK UI
Loading...
Public