Which elements allow endpoint execution?

Hi,
the Apps docu mentions in the endpoints page, that endpoints can be triggered via various “events” (e.g. clicks on buttons).
Which events allow such an execution?
Or more specifically which Apps-elements allow to trigger an endpoint when clicking on them?

Best Christoph

Hey,

currently it’s the builtin “executeButton” element, “action”-cells in the table, custom components and custom cell renderers. Additionally, with some wrapping, endpoints are also executed via the table when “saveToMicroService” or “saveToFunction” are configured.

There is no generic “trigger on clicking any element”-functionality (yet).

Best
Max