OutputActions
configurationAn array of action configurations for the output cards. Can contain strings for built-in actions or objects with custom action properties.
Built-in actions:
"copy"- Copy output content to clipboard."retry"- Retry generating the output."discard"- Clears the output content and closes the popup.
Custom actions trigger the outputAction event with the action command and output data.
outputActions
ArrayDefault: ["copy", "retry", "discard"]
Parameters:actionStringThe output action that has initiated the given operation.
The currently present output content.
outputActions.command
StringThe command identifier for the action. This is used to identify the action when the outputAction event is triggered.
outputActions.fillMode
StringSpecifies the fill mode of the action button. Available options: "solid", "outline", "flat", "none".
outputActions.icon
StringThe icon name for the action button. Uses Kendo UI icon names.
outputActions.rounded
StringSpecifies the border radius of the action button. Available options: "small", "medium", "large", "full", "none".
outputActions.text
StringThe text displayed on the action button.
outputActions.themeColor
StringSpecifies the theme color of the action button. Available options: "base", "primary", "secondary", "tertiary", "success", "warning", "error", "info", "inverse".
outputActions.title
StringSpecifies the title attribute (tooltip) for the action button.