Preparing search index...
@universe-dg/sdk
Universe
Platform
Uikit
InputComponentType
Interface InputComponentType
Public
interface
InputComponentType
{
new
InputComponentType
(
props
:
InputProps
,
context
?:
any
,
)
:
Component
<
InputProps
,
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 Summary
)
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
InputComponentType
(
props
:
InputProps
,
context
?:
any
,
)
:
Component
<
InputProps
,
any
>
Parameters
props
:
InputProps
Optional
context
:
any
Returns
Component
<
InputProps
,
any
>
Properties
Optional
child
Context
Types
childContextTypes
?:
ValidationMap
<
any
>
Color
Color
:
InputColorPickerComponentType
Optional
context
Type
contextType
?:
Context
<
any
>
Optional
context
Types
contextTypes
?:
ValidationMap
<
any
>
Optional
default
Props
defaultProps
?:
Partial
<
InputProps
>
Optional
display
Name
displayName
?:
string
Optional
get
Derived
State
From
Error
getDerivedStateFromError
?:
GetDerivedStateFromError
<
InputProps
,
any
>
Optional
get
Derived
State
From
Props
getDerivedStateFromProps
?:
GetDerivedStateFromProps
<
InputProps
,
any
>
Mask
Mask
:
InputMaskComponentType
Number
Number
:
InputNumberComponentType
Password
Password
:
InputPasswordComponentType
Optional
prop
Types
propTypes
?:
WeakValidationMap
<
InputProps
>
Text
Area
TextArea
:
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
Юниверс DG SDK UI
Loading...
Public