Preparing search index...
@universe-dg/sdk
Universe
Platform
Uikit
TreeContainerProps
Interface TreeContainerProps
Public
interface
TreeContainerProps
{
additionalContent
?:
()
=>
ReactNode
;
colorScheme
?:
ColorScheme
;
footerContent
?:
()
=>
ReactNode
;
headerContent
?:
()
=>
ReactNode
;
isAutoHeightFill
:
boolean
;
isLoading
:
boolean
;
isStriped
:
boolean
;
isUsingExternalScrollContainer
?:
boolean
;
maxRowsBeforeOverflow
?:
number
;
nodesCount
?:
number
;
onScroll
?:
(
e
:
Event
)
=>
void
;
scrollContainerRef
?:
RefObject
<
HTMLElement
>
;
scrollPosition
?:
number
;
}
Index
Properties
additional
Content?
color
Scheme?
footer
Content?
header
Content?
is
Auto
Height
Fill
is
Loading
is
Striped
is
Using
External
Scroll
Container?
max
Rows
Before
Overflow?
nodes
Count?
on
Scroll?
scroll
Container
Ref?
scroll
Position?
Properties
Optional
additional
Content
additionalContent
?:
()
=>
ReactNode
Deprecated
Следует использовать
footerContent
End Of Support
@universe-platform/uikit 2.0.0
Optional
color
Scheme
colorScheme
?:
ColorScheme
Optional
footer
Content
footerContent
?:
()
=>
ReactNode
Optional
header
Content
headerContent
?:
()
=>
ReactNode
is
Auto
Height
Fill
isAutoHeightFill
:
boolean
is
Loading
isLoading
:
boolean
is
Striped
isStriped
:
boolean
Optional
is
Using
External
Scroll
Container
isUsingExternalScrollContainer
?:
boolean
Optional
max
Rows
Before
Overflow
maxRowsBeforeOverflow
?:
number
Optional
nodes
Count
nodesCount
?:
number
Optional
on
Scroll
onScroll
?:
(
e
:
Event
)
=>
void
Optional
scroll
Container
Ref
scrollContainerRef
?:
RefObject
<
HTMLElement
>
Optional
scroll
Position
scrollPosition
?:
number
On This Page
Properties
additional
Content
color
Scheme
footer
Content
header
Content
is
Auto
Height
Fill
is
Loading
is
Striped
is
Using
External
Scroll
Container
max
Rows
Before
Overflow
nodes
Count
on
Scroll
scroll
Container
Ref
scroll
Position
Юниверс DG SDK UI
Loading...
Public