Boomi Flow Runtime Reference Documentation
Preparing search index...
types/public/component-props
CustomCellElementProps
Interface CustomCellElementProps<TRow>
interface
CustomCellElementProps
<
TRow
>
{
cellValue
:
string
;
columnKey
?:
keyof
TRow
;
onClose
?:
(
commitChanges
?:
boolean
,
shouldFocusCell
?:
boolean
)
=>
void
;
onRowChange
?:
(
row
:
TRow
,
commitChanges
?:
boolean
)
=>
void
;
row
?:
TRow
;
}
Type Parameters
TRow
Index
Properties
cell
Value
column
Key?
on
Close?
on
Row
Change?
row?
Properties
cell
Value
cellValue
:
string
Optional
column
Key
columnKey
?:
keyof
TRow
Optional
on
Close
onClose
?:
(
commitChanges
?:
boolean
,
shouldFocusCell
?:
boolean
)
=>
void
Optional
on
Row
Change
onRowChange
?:
(
row
:
TRow
,
commitChanges
?:
boolean
)
=>
void
Optional
row
row
?:
TRow
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cell
Value
column
Key
on
Close
on
Row
Change
row
Boomi Flow Runtime Reference Documentation
Loading...