Boomi Flow Runtime Reference Documentation
Preparing search index...
types/public/component-props
CustomCellElementProps
Interface CustomCellElementProps<TRow>
interface
CustomCellElementProps
<
TRow
>
{
authenticationToken
:
string
|
null
;
cellContentValue
:
string
|
null
;
cellObjectData
:
ObjectData
[]
|
null
;
cellValue
:
string
;
columnKey
:
keyof
TRow
;
currentMapElementId
:
string
;
element
:
PageElement
;
execute
:
Execute
;
featureFlags
:
Record
<
string
,
boolean
>
;
hasSubmitted
:
boolean
;
outcomes
:
Outcome
[]
|
null
;
rowIdx
:
number
;
selectItems
:
SelectItems
;
setErrorMessage
:
(
errorMessage
:
string
|
null
)
=>
void
;
stateId
:
string
;
tenantId
:
string
;
updateElement
:
UpdateElement
;
updateObjectData
:
UpdateObjectData
;
}
Type Parameters
TRow
Hierarchy (
View Summary
)
PageElementProps
CustomCellElementProps
EditableCustomCellElementProps
Index
Properties
authentication
Token
cell
Content
Value
cell
Object
Data
cell
Value
column
Key
current
Map
Element
Id
element
execute
feature
Flags
has
Submitted
outcomes
row
Idx
select
Items
set
Error
Message
state
Id
tenant
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
Key
columnKey
:
keyof
TRow
current
Map
Element
Id
currentMapElementId
:
string
element
element
:
PageElement
execute
execute
:
Execute
feature
Flags
featureFlags
:
Record
<
string
,
boolean
>
has
Submitted
hasSubmitted
:
boolean
outcomes
outcomes
:
Outcome
[]
|
null
row
Idx
rowIdx
:
number
select
Items
selectItems
:
SelectItems
set
Error
Message
setErrorMessage
:
(
errorMessage
:
string
|
null
)
=>
void
state
Id
stateId
:
string
tenant
Id
tenantId
:
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
Key
current
Map
Element
Id
element
execute
feature
Flags
has
Submitted
outcomes
row
Idx
select
Items
set
Error
Message
state
Id
tenant
Id
update
Element
update
Object
Data
Boomi Flow Runtime Reference Documentation
Loading...