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:
Alex Grozav
2024-12-10 15:35:51 +02:00
committed by GitHub
parent 2e61722002
commit 1c52bf9362
4 changed files with 13 additions and 7 deletions

View File

@@ -22,3 +22,8 @@ export interface ExecutionResponse {
results: Execution[];
};
}
export type OpenContextMenuOptions = {
method?: 'right-click' | 'overflow-button';
anchor?: 'topRight' | 'topLeft' | 'center' | 'bottomRight' | 'bottomLeft';
};