Interface WillShowOverlayLocationEventOptions

interface WillShowOverlayLocationEventOptions {
    api: DockviewApi;
    getData: (() => undefined | PanelTransfer);
    group: undefined | DockviewGroupPanel;
    kind: DockviewGroupDropLocation;
    panel: undefined | IDockviewPanel;
}

Properties

getData: (() => undefined | PanelTransfer)

Type declaration

group: undefined | DockviewGroupPanel
panel: undefined | IDockviewPanel

Generated using TypeDoc