Boomi Flow Runtime Reference Documentation
Preparing search index...
types/public/component-props
EditableCustomCellElementProps
Interface EditableCustomCellElementProps<TRow, TSummaryRow>
interface
EditableCustomCellElementProps
<
TRow
,
TSummaryRow
=
unknown
>
{
authenticationToken
:
string
|
null
;
cellContentValue
:
string
|
null
;
cellObjectData
:
ObjectData
[]
|
null
;
cellValue
:
string
;
column
:
CalculatedColumn
<
TRow
,
TSummaryRow
>
;
columnKey
:
keyof
TRow
;
contentType
:
ContentType
;
currentMapElementId
:
string
;
element
:
PageElement
;
execute
:
Execute
;
featureFlags
:
Record
<
string
,
boolean
>
;
hasSubmitted
:
boolean
;
objectData
:
ObjectData
[]
;
onClose
:
(
commitChanges
?:
boolean
,
shouldFocusCell
?:
boolean
)
=>
void
;
onRowChange
:
(
row
:
TRow
,
commitChanges
?:
boolean
)
=>
void
;
outcomes
:
Outcome
[]
|
null
;
row
:
TRow
;
rowIdx
:
number
;
selectItems
:
SelectItems
;
setErrorMessage
:
(
errorMessage
:
string
|
null
)
=>
void
;
stateId
:
string
;
tenantId
:
string
;
typeElementPropertyId
:
string
;
updateElement
:
UpdateElement
;
updateObjectData
:
UpdateObjectData
;
}
Type Parameters
TRow
TSummaryRow
=
unknown
Hierarchy (
View Summary
)
CustomCellElementProps
<
TRow
>
EditableCustomCellElementProps
Index
Properties
authentication
Token
cell
Content
Value
cell
Object
Data
cell
Value
column
column
Key
content
Type
current
Map
Element
Id
element
execute
feature
Flags
has
Submitted
object
Data
on
Close
on
Row
Change
outcomes
row
row
Idx
select
Items
set
Error
Message
state
Id
tenant
Id
type
Element
Property
Id
update
Element
update
Object
Data
Properties
authentication
Token
authenticationToken
:
string
|
null
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
current
Map
Element
Id
currentMapElementId
:
string
element
element
:
PageElement
execute
execute
:
Execute
feature
Flags
featureFlags
:
Record
<
string
,
boolean
>
has
Submitted
hasSubmitted
:
boolean
object
Data
objectData
:
ObjectData
[]
on
Close
onClose
:
(
commitChanges
?:
boolean
,
shouldFocusCell
?:
boolean
)
=>
void
on
Row
Change
onRowChange
:
(
row
:
TRow
,
commitChanges
?:
boolean
)
=>
void
outcomes
outcomes
:
Outcome
[]
|
null
row
row
:
TRow
row
Idx
rowIdx
:
number
select
Items
selectItems
:
SelectItems
set
Error
Message
setErrorMessage
:
(
errorMessage
:
string
|
null
)
=>
void
state
Id
stateId
:
string
tenant
Id
tenantId
:
string
type
Element
Property
Id
typeElementPropertyId
:
string
update
Element
updateElement
:
UpdateElement
update
Object
Data
updateObjectData
:
UpdateObjectData
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authentication
Token
cell
Content
Value
cell
Object
Data
cell
Value
column
column
Key
content
Type
current
Map
Element
Id
element
execute
feature
Flags
has
Submitted
object
Data
on
Close
on
Row
Change
outcomes
row
row
Idx
select
Items
set
Error
Message
state
Id
tenant
Id
type
Element
Property
Id
update
Element
update
Object
Data
Boomi Flow Runtime Reference Documentation
Loading...