Built files from Bizgaze WebServer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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 = {}));