mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(editor): Popping logs out into a new window (#13788)
This commit is contained in:
@@ -110,6 +110,16 @@ declare global {
|
||||
getVariant: (name: string) => string | boolean | undefined;
|
||||
override: (name: string, value: string) => void;
|
||||
};
|
||||
// https://developer.mozilla.org/en-US/docs/Web/API/DocumentPictureInPicture
|
||||
documentPictureInPicture?: {
|
||||
window: Window | null;
|
||||
requestWindow: (options?: {
|
||||
width?: number;
|
||||
height?: number;
|
||||
preferInitialWindowPlacement?: boolean;
|
||||
disallowReturnToOpener?: boolean;
|
||||
}) => Promise<Window>;
|
||||
};
|
||||
// eslint-disable-next-line @typescript-eslint/naming-convention
|
||||
Cypress: unknown;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user