UNPKG

vision-embedded-web

Version:
7 lines (6 loc) 440 B
export declare function changeVisibility(value: boolean): void; export declare function getVisibility(): Promise<boolean>; export declare function getAppDataPath(): Promise<string | null>; export declare function getCurrentWebContentPath(): Promise<string | null>; export declare function executeInCommandLine(command: string): Promise<string>; export declare function setAppParentWindow(parentWindowTitle: string): Promise<boolean>;