tpa_web_component
Version:
TPA Web Components Library
88 lines • 2.58 kB
JavaScript
window.__mb_tpa_component_NativeConfig = {
TestModule: {
methods: ['test'],
constants: {}
},
FilePickerModule: {
methods: [
'pickFiles',
'pickDirectory'
],
constants: {}
},
SendMsgsModule: {
methods: [
'sendMsgs',
'getTaskEstimatedTime'
],
constants: {}
},
LoginModule: {
methods: [
'syncLoginInfo',
'getWeworkAcccountInfo',
'updateCurrentStaff',
'tokenExpired',
'clearWebCache',
'updatePageMode',
'updateCurrentRole',
'logout'
],
constants: {}
},
DeviceModule: {
methods: ['getDeviceInfo'],
constants: {}
},
UpgradeModule: {
methods: ['getUpgradeInfo','summonInstallation'],
constants: {}
},
FileModule: {
methods: ['deleteFile', 'pickDirectory','deleteFolder','getFileStatus','getDiskSpace','copyLocalFile'],
constants: {}
},
DownloadModule: {
methods: ['downloadFiles', 'deleteCacheDirectory', 'moveFileToCacheByLink','moveFileToCacheByFilePath','getLinkFileList','moveFileToCacheByParams'],
constants: {}
},
StorageModule: {
methods: ['getMarkVersion', 'updateMarkVersion'],
constants: {}
},
LogReportModule: {
methods: [
'zipLog',
'getZipPath',
'getApplicationSupportDirectory',
'getApplicationCacheDirectory',
'getApplicationSupportDirectoryAllPath',
'getDownloadPath'
],
constants: {}
},
LocalResultModule: {
methods: ['getResult','removeResult','getLocalAllTaskIds'],
constants: {}
},
MessageNotifyModule: {
methods: ['startGetMessage','registerListener'],
constants: {}
},
TaskResourceModule:{
methods: ['addResources','getResources','releaseResources','reloadResources','clearDeprecatedResources','changeCachePath','getCachePath','clearTempResources','clearMagicBallLinkDict'],
constants: {}
},
TaskPrepareModule:{
methods: ['getAppState','getAppVersion','getScreenScale','getDiskAvailableSpace','checkDependencyState','fixDependencyFiles'],
constants: {}
},
RouterModule:{
methods: ['openBrowser'],
constants: {}
},
WindowHandelModule:{
methods: ['showWindow','hideWindow','exitApp','registerWindowEventListener'],
constants: {}
}
};