Skip to main content

Interface: WorkspaceLayoutResizeContext

Defined in: workspace/workspaceLayout.tsx:139

Context with handlers for layout component events.

Properties

PropertyTypeDescription

onResize?

(direction) => void

Handler for each size change while resizing a layout component.

onStartResize?

(direction) => void

Handler for starting layout component resize.