Preparing search index...
@universe-dg/sdk
Universe
Platform
Record
CellArrayProps
Interface CellArrayProps
Public
interface
CellArrayProps
{
columnId
:
string
;
containerRef
?:
RefObject
<
HTMLDivElement
>
;
hideItemBorder
?:
boolean
;
isRowMode
?:
boolean
;
listValue
:
ReactNode
[]
;
moreBtnTipText
?:
(
moreCount
:
number
)
=>
undefined
|
string
;
onShowAll
?:
()
=>
void
;
parentContainerRef
:
null
|
RefObject
<
HTMLDivElement
>
;
}
Index
Properties
column
Id
container
Ref?
hide
Item
Border?
is
Row
Mode?
list
Value
more
Btn
Tip
Text?
on
Show
All?
parent
Container
Ref
Properties
column
Id
columnId
:
string
Optional
container
Ref
containerRef
?:
RefObject
<
HTMLDivElement
>
Optional
hide
Item
Border
hideItemBorder
?:
boolean
Optional
is
Row
Mode
isRowMode
?:
boolean
list
Value
listValue
:
ReactNode
[]
Optional
more
Btn
Tip
Text
moreBtnTipText
?:
(
moreCount
:
number
)
=>
undefined
|
string
Optional
on
Show
All
onShowAll
?:
()
=>
void
parent
Container
Ref
parentContainerRef
:
null
|
RefObject
<
HTMLDivElement
>
On This Page
Properties
column
Id
container
Ref
hide
Item
Border
is
Row
Mode
list
Value
more
Btn
Tip
Text
on
Show
All
parent
Container
Ref
Юниверс DG SDK UI
Loading...
Public