vite-uni-dev-tool
Version:
vite-uni-dev-tool, debug, uni-app, 一处编写,到处调试
164 lines • 4.14 kB
TypeScript
/**
* 调试按钮事件
*/
export declare const DEV_BUTTON_VISIBLE = "dev-button-visible";
/**
* 调试弹窗事件
*/
export declare const DEV_WINDOW_VISIBLE = "dev-window-visible";
/**
* app 发出的信息
*/
export declare const DEV_APP_MESSAGE = "dev-app-message";
/**
* 调试弹窗发出的消息
*/
export declare const DEV_WINDOW_MESSAGE = "dev-window-message";
/**
* 调试器销毁
*/
export declare const DEV_IS_DESTROY = "dev-is-destroy";
/**
* 清空console
*/
export declare const DEV_CONSOLE_CLEAR = "dev-console-clear";
/**
* 清空network
*/
export declare const DEV_NETWORK_CLEAR = "dev-network-clear";
/**
* 清空websocket
*/
export declare const DEV_WEBSOCKET_CLEAR = "dev-websocket-clear";
/**
* 清空websocket消息
*/
export declare const DEV_WEBSOCKET_CLEAR_MESSAGE = "dev-websocket-clear-message";
/**
* 清空upload
*/
export declare const DEV_UPLOAD_CLEAR = "dev-upload-clear";
/**
* 清空storage
*/
export declare const DEV_STORAGE_CLEAR = "dev-storage-clear";
/**
* 刷新storage
*/
export declare const DEV_STORAGE_REFRESH = "dev-storage-refresh";
/**
* 移除storage
*/
export declare const DEV_STORAGE_REMOVE = "dev-storage-remove";
/**
* 新增storage
*/
export declare const DEV_STORAGE_ADD = "dev-storage-add";
/**
* 更新storage
*/
export declare const DEV_STORAGE_UPDATE = "dev-storage-update";
/**
* 隐藏调试按钮
*/
export declare const DEV_BUTTON_SHOW_OR_HIDE = "dev-button-show-or-hide";
/**
* 重启调试器
*/
export declare const DEV_RESTART_DEBUGGER = "dev-restart-debugger";
/**
* 重启app
*/
export declare const DEV_RESTART_APP = "dev-restart-app";
/**
* 导出日志
*/
export declare const DEV_EXPORT_LOG = "dev-export-log";
/**
* 改变vuex数据
*/
export declare const DEV_VUEX_CHANGE = "dev-vuex-change";
/**
* 改变pinia
*/
export declare const DEV_PINIA_CHANGE = "dev-pinia-change";
/**
* 清除日志缓存
*/
export declare const DEV_LOG_CACHE_CLEAR = "dev-log-cache-clear";
/**
* 销毁调试工具
*/
export declare const DEV_DESTROY = "dev-destroy";
/**
* 显示调试弹窗
*/
export declare const DEV_WINDOW_OPEN = "dev-window-open";
/**
* 显示调试弹窗
*/
export declare const DEV_WINDOW_CLOSE = "dev-window-close";
/**
* 刷新路由列表
*/
export declare const DEV_ROUTE_REFRESH = "dev-route-refresh";
/**
* 获取 dev option
*/
export declare const DEV_OPTION = "dev-option";
/**
* 获取options
*/
export declare const DEV_OPTION_GET = "dev-option-get";
/**
* 发送 options
*/
export declare const DEV_OPTION_SEND = "dev-option-send";
/**
* 清空节点事件
*/
export declare const DEV_EL_EVENT_CLEAR = "dev-el-event-clear";
/**
* 清空事件
*/
export declare const DEV_UNI_EVENT_CLEAR = "dev-uni-event-clear";
/**
* 运行js
*/
export declare const DEV_RUN_JS = "dev-uni-run-js";
/**
* 清空截屏列表
*/
export declare const DEV_CAPTURE_SCREEN_CLEAR = "dev-capture-screen-clear";
/**
* 存储的dev-tool 信息
*/
export declare const DEV_TOOL_INFO = "dev-tool-info";
/**
* 新增/编辑拦截的网络请求
*/
export declare const DEV_INTERCEPT_NETWORK_UPDATE = "dev-intercept-network-update";
/**
* 移除拦截的网络请求
*/
export declare const DEV_INTERCEPT_NETWORK_REMOVE = "dev-intercept-network-remove";
/**
* 清空扫码列表
*/
export declare const DEV_SCAN_CODE_CLEAR = "dev-scan-code-clear";
/**
* 缓存拦截请求规则
*/
export declare const DEV_CHANGE_CACHE_INTERCEPT_CONFIG = "dev-change-cache-intercept-config";
/**
* 底部tab切换
*/
export declare const DEV_BOTTOM_TAB_CHANGE = "dev-bottom-tab-change";
/**
* 捕获 tap 事件
*/
export declare const DEV_CAPTURE_TAP_EVENT = "dev-capture-tap-event";
export declare const DEV_CAPTURE_TOUCH_START = "dev-capture-touch-start-event";
export declare const DEV_CAPTURE_TOUCH_MOVE = "dev-capture-touch-move-event";
export declare const DEV_CAPTURE_TOUCH_END = "dev-capture-touch-end-event";
//# sourceMappingURL=const.d.ts.map