Skip to main content

Interface: WorkspaceLayoutResizeContext

Defined in: src/workspace/workspaceLayout.tsx:162

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.