IgcSplitterResizeEventArgs

The change in size since the resize operation started (only for igcResizing and igcResizeEnd)

delta?: number

Defined in src/components/splitter/types.ts:34

The current size of the end panel in pixels

endPanelSize: number

Defined in src/components/splitter/types.ts:32

The current size of the start panel in pixels

startPanelSize: number

Defined in src/components/splitter/types.ts:30