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