[Canvas] Add support of native event handlers from expressions
in renderers at Canvas.
#122085
Labels
estimate:needs-research
Estimated as too large and requires research to break down into workable issues
Feature:Canvas
Feature:ExpressionLanguage
Interpreter expression language (aka canvas pipeline)
research
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
Introduction
At [canvas] remove filters function it is mentioned, that
filtersManager
need to be filled withFilter[]
by emittingapplyFilterAction
event. Unfortunately, Canvas is not supporting native events fromexpressions
. It provides its own handlers. So, for now, it is impossible to archive the goal of using events.So, before, we need to move Canvas renderers from the custom renderer to the
expressions
' one. Detailed description is written at the issue.After, need to replace custom
filtersManager
withdata.query.filterManager
(in a separate PR).cc @crob611, @ppisljar.
The text was updated successfully, but these errors were encountered: