tiagobento commented on code in PR #2720:
URL: 
https://github.com/apache/incubator-kie-tools/pull/2720#discussion_r1891547615


##########
packages/editor/src/api/KogitoEditorEnvelopeApi.ts:
##########
@@ -51,6 +51,7 @@ export interface EditorInitArgs {
 
 export interface KogitoEditorEnvelopeApi extends KeyboardShortcutsEnvelopeApi, 
I18nEnvelopeApi {
   kogitoEditor_contentChanged(content: EditorContent, args: { 
showLoadingOverlay: boolean }): Promise<void>;
+  kogitoEditor_openBoxedExpressionEditor(nodeId: string): void;

Review Comment:
   This method is specific to the DMN Editor so shouldn't be here in the 
generic Editor's interface.



-- 
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]

Reply via email to