Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/sdk
Universe
Platform
Uikit
InputComponentType
Interface InputComponentType
Public
interface
InputComponentType
{
new InputComponentType
new
(
props
:
InputProps
,
context
?:
any
)
:
Component
<
InputProps
,
any
,
any
>
;
childContextTypes
?:
ValidationMap
<
any
>
;
Color
:
InputColorPickerComponentType
;
contextType
?:
Context
<
any
>
;
contextTypes
?:
ValidationMap
<
any
>
;
defaultProps
?:
Partial
<
InputProps
>
;
displayName
?:
string
;
getDerivedStateFromError
?:
GetDerivedStateFromError
<
InputProps
,
any
>
;
getDerivedStateFromProps
?:
GetDerivedStateFromProps
<
InputProps
,
any
>
;
Mask
:
InputMaskComponentType
;
Number
:
InputNumberComponentType
;
Password
:
InputPasswordComponentType
;
propTypes
?:
WeakValidationMap
<
InputProps
>
;
TextArea
:
TextAreaComponentType
;
Time
:
InputTimeComponentType
;
}
Hierarchy (
view full
)
ComponentClass
<
InputProps
>
InputComponentType
Index
Constructors
constructor
Properties
child
Context
Types?
Color
context
Type?
context
Types?
default
Props?
display
Name?
get
Derived
State
From
Error?
get
Derived
State
From
Props?
Mask
Number
Password
prop
Types?
Text
Area
Time
Constructors
constructor
new
Input
Component
Type
(
props
,
context
?
)
:
Component
<
InputProps
,
any
,
any
>
Parameters
props
:
InputProps
Optional
context
:
any
Returns
Component
<
InputProps
,
any
,
any
>
Properties
Optional
child
Context
Types
child
Context
Types
?:
ValidationMap
<
any
>
Color
Color
:
InputColorPickerComponentType
Optional
context
Type
context
Type
?:
Context
<
any
>
Optional
context
Types
context
Types
?:
ValidationMap
<
any
>
Optional
default
Props
default
Props
?:
Partial
<
InputProps
>
Optional
display
Name
display
Name
?:
string
Optional
get
Derived
State
From
Error
get
Derived
State
From
Error
?:
GetDerivedStateFromError
<
InputProps
,
any
>
Optional
get
Derived
State
From
Props
get
Derived
State
From
Props
?:
GetDerivedStateFromProps
<
InputProps
,
any
>
Mask
Mask
:
InputMaskComponentType
Number
Number
:
InputNumberComponentType
Password
Password
:
InputPasswordComponentType
Optional
prop
Types
prop
Types
?:
WeakValidationMap
<
InputProps
>
Text
Area
Text
Area
:
TextAreaComponentType
Time
Time
:
InputTimeComponentType
On This Page
Constructors
constructor
Properties
child
Context
Types
Color
context
Type
context
Types
default
Props
display
Name
get
Derived
State
From
Error
get
Derived
State
From
Props
Mask
Number
Password
prop
Types
Text
Area
Time
Юниверс MDM SDK UI
Loading...
Public