Interface IIgrDocumentHostProps

Hierarchy

Hierarchy

Properties

children?: ReactNode
className?: string
id?: string

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

name?: string
rootPane?: IgrSplitPane

The root split pane of the document host.

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.