Search
Preparing search index...
@universe-ee/sdk
Universe
Platform
Uikit
TreeComponentType
Interface TreeComponentType
Тип компонента дерева
Public
interface
TreeComponentType
{
new
TreeComponentType
<
T
,
K
extends
TreeNodeKeyType
=
TreeNodeKeyType
>
(
props
:
TreeProps
<
T
,
K
>
,
context
?:
any
,
)
:
Component
<
TreeProps
<
T
,
K
>
,
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
TreeComponentType
<
T
,
K
extends
TreeNodeKeyType
=
TreeNodeKeyType
>
(
props
:
TreeProps
<
T
,
K
>
,
context
?:
any
,
)
:
Component
<
TreeProps
<
T
,
K
>
,
any
>
Type Parameters
T
K
extends
TreeNodeKeyType
=
TreeNodeKeyType
Parameters
props
:
TreeProps
<
T
,
K
>
Optional
context
:
any
Returns
Component
<
TreeProps
<
T
,
K
>
,
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
<
TreeProps
<
any
,
TreeNodeKeyType
>
>
Optional
display
Name
displayName
?:
string
Optional
prop
Types
propTypes
?:
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