Search
Preparing search index...
@universe-ee/sdk
Universe
Platform
Uikit
DropDownComponentType
Interface DropDownComponentType
Тип компонента выпадаюего меню
Public
interface
DropDownComponentType
{
new
DropDownComponentType
(
props
:
DropDownProps
,
context
?:
any
,
)
:
Component
<
DropDownProps
,
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 Summary
)
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
DropDownComponentType
(
props
:
DropDownProps
,
context
?:
any
,
)
:
Component
<
DropDownProps
,
any
>
Parameters
props
:
DropDownProps
Optional
context
:
any
Returns
Component
<
DropDownProps
,
any
>
Properties
Optional
child
Context
Types
childContextTypes
?:
ValidationMap
<
any
>
Optional
context
Type
contextType
?:
Context
<
any
>
Optional
context
Types
contextTypes
?:
ValidationMap
<
any
>
Optional
default
Props
defaultProps
?:
Partial
<
DropDownProps
>
Optional
display
Name
displayName
?:
string
Optional
get
Derived
State
From
Error
getDerivedStateFromError
?:
GetDerivedStateFromError
<
DropDownProps
,
any
>
Optional
get
Derived
State
From
Props
getDerivedStateFromProps
?:
GetDerivedStateFromProps
<
DropDownProps
,
any
>
Header
Header
:
DropDownHeaderComponentType
Item
Item
:
DropDownItemComponentType
Optional
prop
Types
propTypes
?:
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