thiagoelg commented on code in PR #3066:
URL:
https://github.com/apache/incubator-kie-tools/pull/3066#discussion_r2054241432
##########
packages/dmn-editor/src/DmnEditor.tsx:
##########
@@ -167,6 +167,14 @@ export type DmnEditorProps = {
* This is shown on the ErrorBoundary fallback component, when an uncaught
error happens.
*/
issueTrackerHref?: string;
+ /**
+ * Dmn Editor Overlays panel contains 'Evaluation Highlights' toggle
+ * However this toggle is supported only for specific channels, (currently
Sandbox only)
+ * The Dmn Editor should not have knowledge about the channel it is opened
in.
+ * Use this boolean flag to allow or disallow the feature use.
+ * Default value is false.
Review Comment:
"A flag to enable 'Evaluation Highlights' on supported channels (only ONLINE
for now)"
I think this would be enough to give context.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]