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