MCPcopy Create free account
hub / github.com/material-shell/material-shell /

Class

src/layout/msWorkspace/tilingLayouts/split.ts:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18@registerGObjectClass
19export class SplitLayout extends BaseResizeableTilingLayout<SplitLayoutState> {
20 static state = { key: 'split', nbOfColumns: 2 };
21 static label = 'Split';
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected