Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/sdk
Universe
Platform
Uikit
TreeComponentType
Interface TreeComponentType
Public
interface
TreeComponentType
{
new TreeComponentType
new
<
T
,
K
>
(
props
:
TreeProps
<
T
,
K
>
,
context
?:
any
)
:
Component
<
TreeProps
<
T
,
K
>
,
any
,
any
>
;
childContextTypes
?:
ValidationMap
<
any
>
;
contextType
?:
Context
<
any
>
;
contextTypes
?:
ValidationMap
<
any
>
;
defaultProps
?:
Partial
<
TreeProps
<
any
,
TreeNodeKeyType
>
>
;
displayName
?:
string
;
propTypes
?:
WeakValidationMap
<
TreeProps
<
any
,
TreeNodeKeyType
>
>
;
}
Index
Constructors
constructor
Properties
child
Context
Types?
context
Type?
context
Types?
default
Props?
display
Name?
prop
Types?
Constructors
constructor
new
Tree
Component
Type
<
T
,
K
>
(
props
,
context
?
)
:
Component
<
TreeProps
<
T
,
K
>
,
any
,
any
>
Type Parameters
T
K
extends
TreeNodeKeyType
=
TreeNodeKeyType
Parameters
props
:
TreeProps
<
T
,
K
>
Optional
context
:
any
Returns
Component
<
TreeProps
<
T
,
K
>
,
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
<
TreeProps
<
any
,
TreeNodeKeyType
>
>
Optional
display
Name
display
Name
?:
string
Optional
prop
Types
prop
Types
?:
WeakValidationMap
<
TreeProps
<
any
,
TreeNodeKeyType
>
>
On This Page
Constructors
constructor
Properties
child
Context
Types
context
Type
context
Types
default
Props
display
Name
prop
Types
Юниверс MDM SDK UI
Loading...
Public