Search
Preparing search index...
@universe-ee/sdk
Universe
Platform
Uikit
CardPanelComponentType
Interface CardPanelComponentType
Тип компонента панели карточки
Public
interface
CardPanelComponentType
{
new
CardPanelComponentType
(
props
:
CardPanelProps
,
context
?:
any
,
)
:
Component
<
CardPanelProps
,
any
>
;
childContextTypes
?:
ValidationMap
<
any
>
;
contextType
?:
Context
<
any
>
;
contextTypes
?:
ValidationMap
<
any
>
;
defaultProps
?:
Partial
<
CardPanelProps
>
;
displayName
?:
string
;
getDerivedStateFromError
?:
GetDerivedStateFromError
<
CardPanelProps
,
any
>
;
getDerivedStateFromProps
?:
GetDerivedStateFromProps
<
CardPanelProps
,
any
>
;
Grid
:
CardPanelGridComponentType
;
Group
:
CardPanelGroupComponentType
;
propTypes
?:
WeakValidationMap
<
CardPanelProps
>
;
}
Hierarchy (
View Summary
)
ComponentClass
<
CardPanelProps
>
CardPanelComponentType
Index
Constructors
constructor
Properties
child
Context
Types?
context
Type?
context
Types?
default
Props?
display
Name?
get
Derived
State
From
Error?
get
Derived
State
From
Props?
Grid
Group
prop
Types?
Constructors
constructor
new
CardPanelComponentType
(
props
:
CardPanelProps
,
context
?:
any
,
)
:
Component
<
CardPanelProps
,
any
>
Parameters
props
:
CardPanelProps
Optional
context
:
any
Returns
Component
<
CardPanelProps
,
any
>
Properties
Optional
child
Context
Types
childContextTypes
?:
ValidationMap
<
any
>
Optional
context
Type
contextType
?:
Context
<
any
>
Optional
context
Types
contextTypes
?:
ValidationMap
<
any
>
Optional
default
Props
defaultProps
?:
Partial
<
CardPanelProps
>
Optional
display
Name
displayName
?:
string
Optional
get
Derived
State
From
Error
getDerivedStateFromError
?:
GetDerivedStateFromError
<
CardPanelProps
,
any
>
Optional
get
Derived
State
From
Props
getDerivedStateFromProps
?:
GetDerivedStateFromProps
<
CardPanelProps
,
any
>
Grid
Grid
:
CardPanelGridComponentType
Group
Group
:
CardPanelGroupComponentType
Optional
prop
Types
propTypes
?:
WeakValidationMap
<
CardPanelProps
>
On This Page
Constructors
constructor
Properties
child
Context
Types
context
Type
context
Types
default
Props
display
Name
get
Derived
State
From
Error
get
Derived
State
From
Props
Grid
Group
prop
Types
Юниверс MDM SDK UI
Loading...
Тип компонента панели карточки
Public