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