/* eslint-disable no-multi-spaces */ export const MINIMIZE = "bd-window-minimize"; export const MAXIMIZE = "bd-window-maximize"; export const RELAUNCH = "bd-relaunch-app"; export const GET_PATH = "bd-get-path"; export const RUN_SCRIPT = "bd-run-script"; export const NAVIGATE = "bd-did-navigate-in-page"; export const OPEN_DEVTOOLS = "bd-open-devtools"; export const CLOSE_DEVTOOLS = "bd-close-devtools"; export const OPEN_WINDOW = "bd-open-window"; export const INSPECT_ELEMENT = "bd-inspect-element"; export const MINIMUM_SIZE = "bd-minimum-size"; export const DEVTOOLS_WARNING = "bd-remove-devtools-message"; export const OPEN_DIALOG = "bd-open-dialog"; export const REGISTER_PRELOAD = "bd-register-preload";