()
| 66 | } |
| 67 | |
| 68 | private __clear() { |
| 69 | this.currentPage = undefined; |
| 70 | this.currentView = undefined; |
| 71 | this.sceneMap.clear(); |
| 72 | this.pageMap.clear(); |
| 73 | this.viewMap.clear(); |
| 74 | this.scenes = []; |
| 75 | this.pages = []; |
| 76 | this.views = []; |
| 77 | } |
| 78 | |
| 79 | private __config(model: SolidModelDataType) { |
| 80 | if (isNil(model)) { |