Preparing search index...
@universe-dg/sdk
Universe
Platform
Uikit
FieldComponentType
Interface FieldComponentType
Тип компонента Field
Public
interface
FieldComponentType
{
new
FieldComponentType
(
props
:
FieldProps
,
context
?:
any
,
)
:
Component
<
FieldProps
,
any
>
;
Checkbox
:
FieldCheckboxComponentType
;
childContextTypes
?:
ValidationMap
<
any
>
;
contextType
?:
Context
<
any
>
;
contextTypes
?:
ValidationMap
<
any
>
;
DatePicker
:
FieldDatePickerComponentType
;
defaultProps
?:
Partial
<
FieldProps
>
;
displayName
?:
string
;
getDerivedStateFromError
?:
GetDerivedStateFromError
<
FieldProps
,
any
>
;
getDerivedStateFromProps
?:
GetDerivedStateFromProps
<
FieldProps
,
any
>
;
Input
:
FieldInputComponentType
;
Label
:
FieldLabelComponentType
;
Number
:
FieldNumberComponentType
;
propTypes
?:
WeakValidationMap
<
FieldProps
>
;
Select
:
FieldSelectComponentType
;
Switcher
:
FieldSwitchComponentType
;
Textarea
:
FieldTextAreaComponentType
;
TreeSelect
:
FieldTreeSelectComponentType
;
}
Hierarchy (
View Summary
)
ComponentClass
<
FieldProps
>
FieldComponentType
Index
Constructors
constructor
Properties
Checkbox
child
Context
Types?
context
Type?
context
Types?
Date
Picker
default
Props?
display
Name?
get
Derived
State
From
Error?
get
Derived
State
From
Props?
Input
Label
Number
prop
Types?
Select
Switcher
Textarea
Tree
Select
Constructors
constructor
new
FieldComponentType
(
props
:
FieldProps
,
context
?:
any
,
)
:
Component
<
FieldProps
,
any
>
Parameters
props
:
FieldProps
Optional
context
:
any
Returns
Component
<
FieldProps
,
any
>
Properties
Checkbox
Checkbox
:
FieldCheckboxComponentType
Optional
child
Context
Types
childContextTypes
?:
ValidationMap
<
any
>
Optional
context
Type
contextType
?:
Context
<
any
>
Optional
context
Types
contextTypes
?:
ValidationMap
<
any
>
Date
Picker
DatePicker
:
FieldDatePickerComponentType
Optional
default
Props
defaultProps
?:
Partial
<
FieldProps
>
Optional
display
Name
displayName
?:
string
Optional
get
Derived
State
From
Error
getDerivedStateFromError
?:
GetDerivedStateFromError
<
FieldProps
,
any
>
Optional
get
Derived
State
From
Props
getDerivedStateFromProps
?:
GetDerivedStateFromProps
<
FieldProps
,
any
>
Input
Input
:
FieldInputComponentType
Label
Label
:
FieldLabelComponentType
Number
Number
:
FieldNumberComponentType
Optional
prop
Types
propTypes
?:
WeakValidationMap
<
FieldProps
>
Select
Select
:
FieldSelectComponentType
Switcher
Switcher
:
FieldSwitchComponentType
Textarea
Textarea
:
FieldTextAreaComponentType
Tree
Select
TreeSelect
:
FieldTreeSelectComponentType
On This Page
Constructors
constructor
Properties
Checkbox
child
Context
Types
context
Type
context
Types
Date
Picker
default
Props
display
Name
get
Derived
State
From
Error
get
Derived
State
From
Props
Input
Label
Number
prop
Types
Select
Switcher
Textarea
Tree
Select
Юниверс DG SDK UI
Loading...
Тип компонента Field
Public