diff --git a/_data/components/otableData/10tableExportButton.yml b/_data/components/otableData/10tableExportButton.yml index 76ae92564..4b21ffdc1 100644 --- a/_data/components/otableData/10tableExportButton.yml +++ b/_data/components/otableData/10tableExportButton.yml @@ -25,9 +25,16 @@ attributes: [{ default: "", required: "", description: "Indicates the exportation type", +},{ + name: "export-function", + type: "() => void", + default: "", + required: "", + since: "15.4.2", + description: "Custom function to be executed when the export button is clicked", }] outputs: [{ name: "onClick", - description: "Event triggered when the export button is clicked" + description: "Event triggered when the export button is clicked.
This output is deprecated, use the export-function attribute instead.", }]