Search
Preparing search index...
@universe-ee/sdk
Universe
Platform
Uikit
SelectPaginatedComponentType
Interface SelectPaginatedComponentType<OPT>
Тип компонента выбора с пагинацией
Public
interface
SelectPaginatedComponentType
<
OPT
extends
SelectOption
<
any
>
=
SelectOption
,
>
{
childContextTypes
?:
ValidationMap
<
any
>
;
contextType
?:
Context
<
any
>
;
contextTypes
?:
ValidationMap
<
any
>
;
defaultProps
?:
Partial
<
SelectPaginatedProps
<
OPT
>
>
;
displayName
?:
string
;
propTypes
?:
WeakValidationMap
<
SelectPaginatedProps
<
OPT
>
>
;
}
Type Parameters
OPT
extends
SelectOption
<
any
>
=
SelectOption
Index
Properties
child
Context
Types?
context
Type?
context
Types?
default
Props?
display
Name?
prop
Types?
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
<
OPT
>
>
Optional
display
Name
displayName
?:
string
Optional
prop
Types
propTypes
?:
WeakValidationMap
<
SelectPaginatedProps
<
OPT
>
>
On This Page
Properties
child
Context
Types
context
Type
context
Types
default
Props
display
Name
prop
Types
Юниверс MDM SDK UI
Loading...
Тип компонента выбора с пагинацией
Public