Boomi Flow Runtime Reference Documentation
Preparing search index...
types/public/component-props
EditableCustomCellElementProps
Interface EditableCustomCellElementProps<TRow>
interface
EditableCustomCellElementProps
<
TRow
>
{
cellValue
:
string
;
columnKey
:
keyof
TRow
;
onClose
:
(
commitChanges
?:
boolean
,
shouldFocusCell
?:
boolean
)
=>
void
;
onRowChange
:
(
row
:
TRow
,
commitChanges
?:
boolean
)
=>
void
;
row
:
TRow
;
}
Type Parameters
TRow
Hierarchy (
View Summary
)
CustomCellElementProps
<
TRow
>
EditableCustomCellElementProps
Index
Properties
cell
Value
column
Key
on
Close
on
Row
Change
row
Properties
cell
Value
cellValue
:
string
column
Key
columnKey
:
keyof
TRow
on
Close
onClose
:
(
commitChanges
?:
boolean
,
shouldFocusCell
?:
boolean
)
=>
void
on
Row
Change
onRowChange
:
(
row
:
TRow
,
commitChanges
?:
boolean
)
=>
void
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...