(key: string)
| 175 | } |
| 176 | |
| 177 | getLayoutByKey(key: string): LayoutType { |
| 178 | return TilingLayoutByKey[key]; |
| 179 | } |
| 180 | |
| 181 | // getNextLayout(currentLayout, direction: string): string { |
| 182 | // let { key } = currentLayout.constructor; |
no outgoing calls
no test coverage detected