Boomi Flow Runtime Reference Documentation
Preparing search index...
types/public/component-props
EditableCustomCellElementProps
Interface EditableCustomCellElementProps<TRow, TSummaryRow>
interface
EditableCustomCellElementProps
<
TRow
,
TSummaryRow
=
unknown
>
{
cellContentValue
:
string
|
null
;
cellObjectData
:
ObjectData
[]
|
null
;
cellValue
:
string
;
column
:
CalculatedColumn
<
TRow
,
TSummaryRow
>
;
columnKey
:
keyof
TRow
;
contentType
:
ContentType
;
objectData
:
ObjectData
[]
;
onClose
:
(
commitChanges
?:
boolean
,
shouldFocusCell
?:
boolean
)
=>
void
;
onRowChange
:
(
row
:
TRow
,
commitChanges
?:
boolean
)
=>
void
;
row
:
TRow
;
rowIdx
:
number
;
typeElementPropertyId
:
string
;
}
Type Parameters
TRow
TSummaryRow
=
unknown
Hierarchy (
View Summary
)
CustomCellElementProps
<
TRow
>
EditableCustomCellElementProps
Index
Properties
cell
Content
Value
cell
Object
Data
cell
Value
column
column
Key
content
Type
object
Data
on
Close
on
Row
Change
row
row
Idx
type
Element
Property
Id
Properties
cell
Content
Value
cellContentValue
:
string
|
null
cell
Object
Data
cellObjectData
:
ObjectData
[]
|
null
cell
Value
cellValue
:
string
column
column
:
CalculatedColumn
<
TRow
,
TSummaryRow
>
column
Key
columnKey
:
keyof
TRow
content
Type
contentType
:
ContentType
object
Data
objectData
:
ObjectData
[]
on
Close
onClose
:
(
commitChanges
?:
boolean
,
shouldFocusCell
?:
boolean
)
=>
void
on
Row
Change
onRowChange
:
(
row
:
TRow
,
commitChanges
?:
boolean
)
=>
void
row
row
:
TRow
row
Idx
rowIdx
:
number
type
Element
Property
Id
typeElementPropertyId
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cell
Content
Value
cell
Object
Data
cell
Value
column
column
Key
content
Type
object
Data
on
Close
on
Row
Change
row
row
Idx
type
Element
Property
Id
Boomi Flow Runtime Reference Documentation
Loading...