Skip to main content

Interface: ViewportDockProps

Props for ViewportDock component.

See

ViewportDock

Properties

PropertyTypeDescription

children

ReactElement<object, string | JSXElementConstructor<any>>

Docked at the canvas viewport element.

className?

string

Additional CSS class for the component.

dock

DockDirection

Dock direction on the canvas viewport.

dockOffsetX?

number

Horizontal offset from the dock direction.

dockOffsetY?

number

Vertical offset from the dock direction.