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

Function createPaneview

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

Source from the content-addressed store, hash-verified

38}
39
40export function createPaneview(
41 element: HTMLElement,
42 options: PaneviewComponentOptions
43): PaneviewApi {
44 const component = new PaneviewComponent(element, options);
45 return new PaneviewApi(component);
46}

Callers 3

paneview.tsxFile · 0.90
initializePaneviewMethod · 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…