UNPKG

@w6s/sdk

Version:

WorkPlusFE JavaScript SDK.

15 lines (14 loc) 411 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var core = require("../core"); var constants_1 = require("../constants"); /** * 清除左侧按钮 * @description 清除左侧按钮事件和显示 * @module webview * @returns 无 */ function clearLeftButton() { return core.execSync(constants_1.WORKPLUS_WEBVIEW, 'clearLeftButton', []); } exports.default = clearLeftButton;