Add ability to pass data to expression renderers #64420
Labels
Feature:ExpressionLanguage
Interpreter expression language (aka canvas pipeline)
technical debt
Improvement of the software architecture and operational architecture
expressions
plugin has special handling foruiState
and it has TypeScript typeany
.expressions
plugin should not explicitly know aboutuiState
and have good TypeScript typing for extra data passed to expression renderers.uiState
.User should be able to provide type of parameters they pass to expression renderer.The value is typed toobject
and user should cast it to the correct type.Parent issue: #46909
The text was updated successfully, but these errors were encountered: