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

Interface SplitviewReadyEvent

packages/dockview-react/src/splitview/splitview.tsx:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13import { ReactPanelView } from './view';
14
15export interface SplitviewReadyEvent {
16 api: SplitviewApi;
17}
18
19export interface ISplitviewPanelProps<
20 T extends { [index: string]: any } = any,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…