()
| 3908 | * active space's monitor). |
| 3909 | */ |
| 3910 | export function focusMonitor() { |
| 3911 | return spaces?.activeSpace?.monitor; |
| 3912 | } |
| 3913 | |
| 3914 | /** |
| 3915 | * Convenience method to run a callback method when an actor is shown the stage. |
no outgoing calls
no test coverage detected