56e92197b25f078edff67f60a6cbf02eca1191b1.js 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. System.register(["__unresolved_0", "cc"], function (_export, _context) {
  2. "use strict";
  3. var _reporterNs, _cclegacy, __checkObsolete__, __checkObsoleteInNamespace__, ViewParams, _crd;
  4. function _reportPossibleCrUseOfUIConfig(extras) {
  5. _reporterNs.report("UIConfig", "./LayerManager", _context.meta, extras);
  6. }
  7. _export("ViewParams", void 0);
  8. return {
  9. setters: [function (_unresolved_) {
  10. _reporterNs = _unresolved_;
  11. }, function (_cc) {
  12. _cclegacy = _cc.cclegacy;
  13. __checkObsolete__ = _cc.__checkObsolete__;
  14. __checkObsoleteInNamespace__ = _cc.__checkObsoleteInNamespace__;
  15. }],
  16. execute: function () {
  17. _crd = true;
  18. _cclegacy._RF.push({}, "82d3a9c71JEkI95d3qscHm8", "Defines", undefined);
  19. /*
  20. * @Author: dgflash
  21. * @Date: 2021-11-18 11:21:32
  22. * @LastEditors: dgflash
  23. * @LastEditTime: 2023-01-09 11:52:38
  24. */
  25. __checkObsolete__(['Node']);
  26. /*** 界面回调参数对象定义 */
  27. /** 本类型仅供gui模块内部使用,请勿在功能逻辑中使用 */
  28. _export("ViewParams", ViewParams = class ViewParams {
  29. constructor() {
  30. /** 界面配置 */
  31. this.config = null;
  32. /** 传递给打开界面的参数 */
  33. this.params = null;
  34. /** 窗口事件 */
  35. this.callbacks = null;
  36. /** 是否在使用状态 */
  37. this.valid = true;
  38. /** 界面根节点 */
  39. this.node = null;
  40. }
  41. });
  42. _cclegacy._RF.pop();
  43. _crd = false;
  44. }
  45. };
  46. });
  47. //# sourceMappingURL=56e92197b25f078edff67f60a6cbf02eca1191b1.js.map