Preparing search index...
@universe-dg/sdk
Universe
Platform
Search
LogicGroupComponentType
Interface LogicGroupComponentType
Public
interface
LogicGroupComponentType
{
new
LogicGroupComponentType
<
T
>
(
props
:
LogicGroupProps
<
T
>
,
context
?:
any
,
)
:
Component
<
LogicGroupProps
<
T
>
,
any
>
;
childContextTypes
?:
ValidationMap
<
any
>
;
contextType
?:
Context
<
any
>
;
contextTypes
?:
ValidationMap
<
any
>
;
defaultProps
?:
Partial
<
LogicGroupProps
<
any
>
>
;
displayName
?:
string
;
Item
:
LogicRowItemComponentType
;
propTypes
?:
WeakValidationMap
<
LogicGroupProps
<
any
>
>
;
}
Index
Constructors
constructor
Properties
child
Context
Types?
context
Type?
context
Types?
default
Props?
display
Name?
Item
prop
Types?
Constructors
constructor
new
LogicGroupComponentType
<
T
>
(
props
:
LogicGroupProps
<
T
>
,
context
?:
any
,
)
:
Component
<
LogicGroupProps
<
T
>
,
any
>
Type Parameters
T
Parameters
props
:
LogicGroupProps
<
T
>
Optional
context
:
any
Returns
Component
<
LogicGroupProps
<
T
>
,
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
<
LogicGroupProps
<
any
>
>
Optional
display
Name
displayName
?:
string
Item
Item
:
LogicRowItemComponentType
Optional
prop
Types
propTypes
?:
WeakValidationMap
<
LogicGroupProps
<
any
>
>
On This Page
Constructors
constructor
Properties
child
Context
Types
context
Type
context
Types
default
Props
display
Name
Item
prop
Types
Юниверс DG SDK UI
Loading...
Public