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