Юниверс DG SDK UI
v2.15.0
@universe-dg/sdk
Universe
Platform
Uikit
DropDownItemComponentType
Интерфейс DropDownItemComponentType
Компонент пункта выпадающего списка.
interface
DropDownItemComponentType
{
new
DropDownItemComponentType
(
props
:
DropDownItemProps
,
context
?:
any
,
)
:
Component
<
DropDownItemProps
,
any
>
;
childContextTypes
?:
ValidationMap
<
any
>
;
contextType
?:
Context
<
any
>
;
contextTypes
?:
ValidationMap
<
any
>
;
defaultProps
?:
Partial
<
DropDownItemProps
>
;
displayName
?:
string
;
getDerivedStateFromError
?:
GetDerivedStateFromError
<
DropDownItemProps
,
any
>
;
getDerivedStateFromProps
?:
GetDerivedStateFromProps
<
DropDownItemProps
,
any
>
;
propTypes
?:
WeakValidationMap
<
DropDownItemProps
>
;
}
Иерархия (
Просмотр сводки
)
ComponentClass
<
DropDownItemProps
>
DropDownItemComponentType
Индекс
Конструкторы
constructor
Свойства
child
Context
Types?
context
Type?
context
Types?
default
Props?
display
Name?
get
Derived
State
From
Error?
get
Derived
State
From
Props?
prop
Types?
Конструкторы
constructor
new
DropDownItemComponentType
(
props
:
DropDownItemProps
,
context
?:
any
,
)
:
Component
<
DropDownItemProps
,
any
>
Параметры
props
:
DropDownItemProps
Optional
context
:
any
Возвращает
Component
<
DropDownItemProps
,
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
<
DropDownItemProps
>
Optional
display
Name
displayName
?:
string
Optional
get
Derived
State
From
Error
getDerivedStateFromError
?:
GetDerivedStateFromError
<
DropDownItemProps
,
any
>
Optional
get
Derived
State
From
Props
getDerivedStateFromProps
?:
GetDerivedStateFromProps
<
DropDownItemProps
,
any
>
Optional
prop
Types
propTypes
?:
WeakValidationMap
<
DropDownItemProps
>
Настройки
Видимость элементов
?
Наследуемый
Защищенный
Внешний
Экспериментальный
Внутренний
На этой странице
Конструкторы
constructor
Свойства
child
Context
Types
context
Type
context
Types
default
Props
display
Name
get
Derived
State
From
Error
get
Derived
State
From
Props
prop
Types
Юниверс DG SDK UI
v2.15.0
Поиск
Подготовка поискового индекса...
Загрузка...
Компонент пункта выпадающего списка.