Built files from Bizgaze WebServer
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

widgetrequest.js 623B

123456789101112131415161718
  1. var Unibase;
  2. (function (Unibase) {
  3. let Platform;
  4. (function (Platform) {
  5. let Widgets;
  6. (function (Widgets) {
  7. class WidgetRequest {
  8. }
  9. Widgets.WidgetRequest = WidgetRequest;
  10. class DragandDropRequest {
  11. }
  12. Widgets.DragandDropRequest = DragandDropRequest;
  13. class InstalledAppRequest {
  14. }
  15. Widgets.InstalledAppRequest = InstalledAppRequest;
  16. })(Widgets = Platform.Widgets || (Platform.Widgets = {}));
  17. })(Platform = Unibase.Platform || (Unibase.Platform = {}));
  18. })(Unibase || (Unibase = {}));