Юниверс DG SDK UI
v2.15.0
@universe-dg/sdk
Universe
Platform
Uikit
SelectPaginatedComponentType
Интерфейс SelectPaginatedComponentType
Тип компонента выбора с пагинацией
interface
SelectPaginatedComponentType
{
new
SelectPaginatedComponentType
<
OPT
extends
SelectOption
<
any
>
=
SelectOption
<
SelectSingleValueType
>
,
>
(
props
:
SelectPaginatedProps
<
OPT
>
,
context
?:
any
,
)
:
Component
<
SelectPaginatedProps
<
OPT
>
,
any
>
;
childContextTypes
?:
ValidationMap
<
any
>
;
contextType
?:
Context
<
any
>
;
contextTypes
?:
ValidationMap
<
any
>
;
defaultProps
?:
Partial
<
SelectPaginatedProps
<
SelectOption
<
SelectSingleValueType
>
>
,
>
;
displayName
?:
string
;
propTypes
?:
WeakValidationMap
<
SelectPaginatedProps
<
SelectOption
<
SelectSingleValueType
>
>
,
>
;
}
Индекс
Конструкторы
constructor
Свойства
child
Context
Types?
context
Type?
context
Types?
default
Props?
display
Name?
prop
Types?
Конструкторы
constructor
new
SelectPaginatedComponentType
<
OPT
extends
SelectOption
<
any
>
=
SelectOption
<
SelectSingleValueType
>
,
>
(
props
:
SelectPaginatedProps
<
OPT
>
,
context
?:
any
,
)
:
Component
<
SelectPaginatedProps
<
OPT
>
,
any
>
Параметры типа
OPT
extends
SelectOption
<
any
>
=
SelectOption
<
SelectSingleValueType
>
Параметры
props
:
SelectPaginatedProps
<
OPT
>
Optional
context
:
any
Возвращает
Component
<
SelectPaginatedProps
<
OPT
>
,
any
>
Свойства
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
<
SelectSingleValueType
>
>
,
>
Optional
display
Name
displayName
?:
string
Optional
prop
Types
propTypes
?:
WeakValidationMap
<
SelectPaginatedProps
<
SelectOption
<
SelectSingleValueType
>
>
,
>
Настройки
Видимость элементов
?
Наследуемый
Защищенный
Внешний
Экспериментальный
Внутренний
На этой странице
Конструкторы
constructor
Свойства
child
Context
Types
context
Type
context
Types
default
Props
display
Name
prop
Types
Юниверс DG SDK UI
v2.15.0
Поиск
Подготовка поискового индекса...
Загрузка...
Тип компонента выбора с пагинацией