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