| 17 | |
| 18 | @registerGObjectClass |
| 19 | export class SplitLayout extends BaseResizeableTilingLayout<SplitLayoutState> { |
| 20 | static state = { key: 'split', nbOfColumns: 2 }; |
| 21 | static label = 'Split'; |
| 22 |
nothing calls this directly
no outgoing calls
no test coverage detected