ViewType.js 296 B

12345678
  1. var t = require;
  2. var e = module;
  3. var i = exports;
  4. Object.defineProperty(i, "__esModule", {value: !0}),
  5. (i.ViewType = void 0),
  6. ((i = i.ViewType || (i.ViewType = {}))[(i.SCENE_VIEW = 0)] = "SCENE_VIEW"),
  7. (i[(i.FULL_VIEW = 1)] = "FULL_VIEW"),
  8. (i[(i.POPUP_VIEW = 2)] = "POPUP_VIEW");