mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Prepare e2e suite for inline-expression-editor for new canvas (no-changelog) (#12110)
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
This commit is contained in:
@@ -22,3 +22,8 @@ export interface ExecutionResponse {
|
||||
results: Execution[];
|
||||
};
|
||||
}
|
||||
|
||||
export type OpenContextMenuOptions = {
|
||||
method?: 'right-click' | 'overflow-button';
|
||||
anchor?: 'topRight' | 'topLeft' | 'center' | 'bottomRight' | 'bottomLeft';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user