(props: {})
| 62 | private isFullScreen = new SmartValue<boolean>(false); |
| 63 | |
| 64 | constructor(props: {}) { |
| 65 | super(props); |
| 66 | |
| 67 | this.initializeCommunicators(); |
| 68 | this.initializeSmartValues(); |
| 69 | } |
| 70 | |
| 71 | getInitialState(): ClipperState { |
| 72 | return { |
nothing calls this directly
no test coverage detected