Preparing search index...
@universe-dg/sdk
Universe
Platform
Uikit
HeaderComponentType
Interface HeaderComponentType
Public
interface
HeaderComponentType
{
new
HeaderComponentType
(
props
:
HeaderProps
,
context
?:
any
,
)
:
Component
<
HeaderProps
,
any
>
;
Button
:
HeaderButtonComponentType
;
childContextTypes
?:
ValidationMap
<
any
>
;
contextType
?:
Context
<
any
>
;
contextTypes
?:
ValidationMap
<
any
>
;
defaultProps
?:
Partial
<
HeaderProps
>
;
displayName
?:
string
;
Divider
:
HeaderDividerComponentType
;
getDerivedStateFromError
?:
GetDerivedStateFromError
<
HeaderProps
,
any
>
;
getDerivedStateFromProps
?:
GetDerivedStateFromProps
<
HeaderProps
,
any
>
;
Logo
:
HeaderLogoComponentType
;
propTypes
?:
WeakValidationMap
<
HeaderProps
>
;
}
Hierarchy (
View Summary
)
ComponentClass
<
HeaderProps
>
HeaderComponentType
Index
Constructors
constructor
Properties
Button
child
Context
Types?
context
Type?
context
Types?
default
Props?
display
Name?
Divider
get
Derived
State
From
Error?
get
Derived
State
From
Props?
Logo
prop
Types?
Constructors
constructor
new
HeaderComponentType
(
props
:
HeaderProps
,
context
?:
any
,
)
:
Component
<
HeaderProps
,
any
>
Parameters
props
:
HeaderProps
Optional
context
:
any
Returns
Component
<
HeaderProps
,
any
>
Properties
Button
Button
:
HeaderButtonComponentType
Optional
child
Context
Types
childContextTypes
?:
ValidationMap
<
any
>
Optional
context
Type
contextType
?:
Context
<
any
>
Optional
context
Types
contextTypes
?:
ValidationMap
<
any
>
Optional
default
Props
defaultProps
?:
Partial
<
HeaderProps
>
Optional
display
Name
displayName
?:
string
Divider
Divider
:
HeaderDividerComponentType
Optional
get
Derived
State
From
Error
getDerivedStateFromError
?:
GetDerivedStateFromError
<
HeaderProps
,
any
>
Optional
get
Derived
State
From
Props
getDerivedStateFromProps
?:
GetDerivedStateFromProps
<
HeaderProps
,
any
>
Logo
Logo
:
HeaderLogoComponentType
Optional
prop
Types
propTypes
?:
WeakValidationMap
<
HeaderProps
>
On This Page
Constructors
constructor
Properties
Button
child
Context
Types
context
Type
context
Types
default
Props
display
Name
Divider
get
Derived
State
From
Error
get
Derived
State
From
Props
Logo
prop
Types
Юниверс DG SDK UI
Loading...
Public