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