boda_jsEnv/env_xbb_lastest_bo/env/showOpenFilePicker.js
xuxiaobo-bobo 4a7e1ca141 '0611'
2023-06-11 23:54:09 +08:00

17 lines
497 B
JavaScript

// showOpenFilePicker对象
showOpenFilePicker = () => {
console.log_copy(`使用 showOpenFilePicker arg->`, arguments);
};
bodavm.toolsFunc.safefunction(showOpenFilePicker, "showOpenFilePicker");
bodavm.toolsFunc.defineProperty(showOpenFilePicker, "length", {
configurable: true,
enumerable: false,
writable: false,
value: 0
});
bodavm.toolsFunc.defineProperty(showOpenFilePicker, "name", {
configurable: true,
enumerable: false,
writable: false,
value: 'showOpenFilePicker'
});