MCPcopy
hub / github.com/mathuo/dockview / createSplitview

Function createSplitview

packages/dockview-core/src/api/entryPoints.ts:24–30  ·  view source on GitHub ↗
(
    element: HTMLElement,
    options: SplitviewComponentOptions
)

Source from the content-addressed store, hash-verified

22}
23
24export function createSplitview(
25 element: HTMLElement,
26 options: SplitviewComponentOptions
27): SplitviewApi {
28 const component = new SplitviewComponent(element, options);
29 return new SplitviewApi(component);
30}
31
32export function createGridview(
33 element: HTMLElement,

Callers 3

splitview.tsxFile · 0.90
initializeSplitviewMethod · 0.90
index.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…