Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/sdk
Universe
Platform
Uikit
CardPanelComponentType
Interface CardPanelComponentType
Public
interface
CardPanelComponentType
{
new CardPanelComponentType
new
(
props
:
CardPanelProps
,
context
?:
any
)
:
Component
<
CardPanelProps
,
any
,
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 full
)
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
Card
Panel
Component
Type
(
props
,
context
?
)
:
Component
<
CardPanelProps
,
any
,
any
>
Parameters
props
:
CardPanelProps
Optional
context
:
any
Returns
Component
<
CardPanelProps
,
any
,
any
>
Properties
Optional
child
Context
Types
child
Context
Types
?:
ValidationMap
<
any
>
Optional
context
Type
context
Type
?:
Context
<
any
>
Optional
context
Types
context
Types
?:
ValidationMap
<
any
>
Optional
default
Props
default
Props
?:
Partial
<
CardPanelProps
>
Optional
display
Name
display
Name
?:
string
Optional
get
Derived
State
From
Error
get
Derived
State
From
Error
?:
GetDerivedStateFromError
<
CardPanelProps
,
any
>
Optional
get
Derived
State
From
Props
get
Derived
State
From
Props
?:
GetDerivedStateFromProps
<
CardPanelProps
,
any
>
Grid
Grid
:
CardPanelGridComponentType
Group
Group
:
CardPanelGroupComponentType
Optional
prop
Types
prop
Types
?:
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