Interface IIgrSplitPaneProps

Hierarchy

Hierarchy

Properties

allowEmpty?: string | boolean

Determines whether the pane should present in the UI when empty.

children?: ReactNode
className?: string
floatingHeight?: string | number

The absolute height of the pane. Applies only for floating panes. Defaults to 100.

floatingLocation?: IgrDockManagerPoint

The absolute location point of the pane. Applies only for floating panes.

floatingResizable?: string | boolean

Determines whether floating pane resizing is allowed. Applies only for floating panes.

floatingWidth?: string | number

The absolute width of the pane. Applies only for floating panes. Defaults to 100.

id?: string

The id of the pane. If not set the Dock Manager generates it automatically.

isMaximized?: string | boolean

Determines whether a split pane is maximized or not. Defaults to false.

name?: string
orientation?: string | SplitPaneOrientation

The orientation of the split pane.

size?: string | number

The size of the pane relative to its sibling panes' sizes. Defaults to 100.

style?: CSSProperties
type?: string | DockManagerPaneType

The type of the pane.