Interface IgcSplitPane

Hierarchy

  • IgcSplitPane

Index

Properties

allowEmpty?: boolean

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

floatingHeight?: number

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

floatingLocation?: IgcDockManagerPoint

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

floatingResizable?: boolean

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

floatingWidth?: 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?: boolean

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

The orientation of the split pane.

The child panes of the split pane.

size?: number

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

type: splitPane

The type of the pane.