()
| 253 | } |
| 254 | |
| 255 | private lastBounds(): IBounds { |
| 256 | const { cubeCount, height, view, width } = this._last; |
| 257 | return { cubeCount, height, view, width }; |
| 258 | } |
| 259 | |
| 260 | private setDeckProps(stage: Stage, height: number, width: number, cubeCount: number, modifyConfig: PresenterConfig) { |
| 261 | const config = deepMerge<PresenterConfig>(defaultPresenterConfig, modifyConfig); |