|
|
Bindable properties for each action on the toolbar are displayed on the Properties panel in the following format:
• <ActionID>_<PropertyName>
|





|
Field Definition
|
Description
|
Base Type
|
||
|---|---|---|---|---|
|
actionMaxWidth
|
The maximum width of the action on the toolbar.
|
NUMBER
|
||
|
toggleState
|
The state of the toggle switch.
|
BOOLEAN
|
||
|
toggleChipIcon
|
Shows or hides the chip icon, which is used to indicate selection.
|
BOOLEAN
|
||
|
actionTooltip
|
The action tooltip.
|
STRING
|
||
|
Visible
|
Controls the action visibility.
|
BOOLEAN
|
||
|
alignRight
|
Aligns the action to the right side of the toolbar. To align the action to the left side, set the value to false or empty.
|
BOOLEAN
|
||
|
actionLabel
|
The action label.
|
STRING
|
||
|
actionTooltipIcon
|
The icon displayed within the action tooltip.
|
IMAGELINK
|
||
|
actionType
|
The type of element to display for the toolbar action (button, link, drop-down, or toggle button).
|
STRING
|
||
|
linkDestination
|
The URL for the link.
|
STRING
|
||
|
buttonIcon
|
The icon to display on thebutton.
|
IMAGELINK
|
||
|
actionDisabled
|
Controls whether the action is interactive or disabled.
|
BOOLEAN
|
||
|
buttonType
|
The button variant to display. You can select Primary (default), Secondary, Tertiary, Danger, or Transparent.
|
STRING
|
||
|
dropdownData
|
A JSON value that contains data for each drop-down list item. Each item is represented by a JSON object that contains the item label, value, and state (optional).
|
JSON
|
||
|
actionId
|
A unique identifier for each row in the infotable. Each ID is used as a prefix for the bindable action properties on the Properties panel in Mashup Builder.
|
STRING
|
||
|
linkTargetWindow
|
Controls how the link target window opens. You can open the link in a new window, current window, or a popup dialog box (New, Same, or Popup).
|
STRING
|
||
|
linkType
|
The link type.
|
STRING
|
||
|
dropdownSeelctedText
|
The string value of the item to select in the drop-down list.
|
STRING
|
||
|
toggleLabelPosition
|
Controls the position of the toggle button label relative to the state icon. Options: left,right
|
STRING
|