(surface: Surface)
| 11 | ): void; |
| 12 | onSurfaceDrawSkipped(surface: Surface): void; |
| 13 | onSurfaceDrawStart(surface: Surface): void; |
| 14 | onSurfaceDrawError(e: Error): any; |
| 15 | onSurfaceDrawEnd(surface: Surface): void; |
| 16 | onNodeDrawSkipped(node: Node): void; |
no outgoing calls
no test coverage detected