Preparing search index...
@universe-dg/sdk
Universe
Platform
Uikit
SelectPaginatedComponentType
Interface SelectPaginatedComponentType
Public
interface
SelectPaginatedComponentType
{
new
SelectPaginatedComponentType
<
Option
extends
SelectOption
>
(
props
:
SelectPaginatedProps
<
Option
>
,
context
?:
any
,
)
:
Component
<
SelectPaginatedProps
<
Option
>
,
any
>
;
childContextTypes
?:
ValidationMap
<
any
>
;
contextType
?:
Context
<
any
>
;
contextTypes
?:
ValidationMap
<
any
>
;
defaultProps
?:
Partial
<
SelectPaginatedProps
<
SelectOption
>
>
;
displayName
?:
string
;
propTypes
?:
WeakValidationMap
<
SelectPaginatedProps
<
SelectOption
>
>
;
}
Index
Constructors
constructor
Properties
child
Context
Types?
context
Type?
context
Types?
default
Props?
display
Name?
prop
Types?
Constructors
constructor
new
SelectPaginatedComponentType
<
Option
extends
SelectOption
>
(
props
:
SelectPaginatedProps
<
Option
>
,
context
?:
any
,
)
:
Component
<
SelectPaginatedProps
<
Option
>
,
any
>
Type Parameters
Option
extends
SelectOption
Parameters
props
:
SelectPaginatedProps
<
Option
>
Optional
context
:
any
Returns
Component
<
SelectPaginatedProps
<
Option
>
,
any
>
Properties
Optional
child
Context
Types
childContextTypes
?:
ValidationMap
<
any
>
Optional
context
Type
contextType
?:
Context
<
any
>
Optional
context
Types
contextTypes
?:
ValidationMap
<
any
>
Optional
default
Props
defaultProps
?:
Partial
<
SelectPaginatedProps
<
SelectOption
>
>
Optional
display
Name
displayName
?:
string
Optional
prop
Types
propTypes
?:
WeakValidationMap
<
SelectPaginatedProps
<
SelectOption
>
>
On This Page
Constructors
constructor
Properties
child
Context
Types
context
Type
context
Types
default
Props
display
Name
prop
Types
Юниверс DG SDK UI
Loading...
Public