Skip to main content

Interface: WorkspaceLayoutResizeContext

Context with handlers for layout component events.

Properties

PropertyTypeDescription

onResize?

(direction: "horizontal" | "vertical") => void

Handler for each size change while resizing a layout component.

onStartResize?

(direction: "horizontal" | "vertical") => void

Handler for starting layout component resize.