* Returns the space index (which is equivalent to the workspace index).
()
| 451 | * Returns the space index (which is equivalent to the workspace index). |
| 452 | */ |
| 453 | get index() { |
| 454 | return this.workspace.index(); |
| 455 | } |
| 456 | |
| 457 | /** |
| 458 | * Activates this space. Safer alternative to space.workspace.activate. Also allows |
no outgoing calls
no test coverage detected