kbowers-ibm commented on code in PR #3066:
URL:
https://github.com/apache/incubator-kie-tools/pull/3066#discussion_r2053513101
##########
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:
Maybe me being slightly nitpicky, but I think this comment belongs more in
the PR description rather than here.
I feel like this could be simplified to follow the format of the others, e.g.
A flag to enable 'Evaluation Highlights' on the DMN Editor
--
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]