IgrContentPane

Optional acceptsInnerDock

Section titled "acceptsInnerDock"

Determines whether the end user can inner dock another pane in this one. Defaults to true.

acceptsInnerDock?: boolean

Optional allowClose

Section titled "allowClose"

Determines whether the end user is allowed to close the pane. Defaults to true.

allowClose?: boolean

Optional allowDocking

Section titled "allowDocking"

Determines whether the end user is allowed to dock the pane. Defaults to true.

allowDocking?: boolean

Optional allowFloating

Section titled "allowFloating"

Determines whether the end user is allowed to make the pane floating. Defaults to true.

allowFloating?: boolean

Optional allowMaximize

Section titled "allowMaximize"

Determines whether the end user is allowed to maximize the pane.

allowMaximize?: boolean

Optional allowPinning

Section titled "allowPinning"

Determines whether the end user is allowed to pin/unpin the pane. Defaults to true.

allowPinning?: boolean

The slot attribute's value of the content element.

contentId: string

Optional disabled

Section titled "disabled"

Determines whether a pane is disabled. Defaults to false.

disabled?: boolean

Optional documentOnly

Section titled "documentOnly"

Marks that a content pane can be docked only inside a document host.

documentOnly?: boolean

Optional floatingHeaderId

Section titled "floatingHeaderId"

The slot attribute's value of the floating header element. If not set, the headerId property value is used.

floatingHeaderId?: string

The text header of the content pane. Even if header slot templates are used, the text header is used for aria label.

header: string

Optional headerId

Section titled "headerId"

The slot attribute's value of the content pane header element. If not set, the header property value is used.

headerId?: string

Determines whether a pane is hidden in the UI. Defaults to false.

hidden?: boolean

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

id?: string

Optional isMaximized

Section titled "isMaximized"

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

isMaximized?: boolean

Optional isPinned

Section titled "isPinned"

Determines whether a content pane is pinned or not. Defaults to true.

isPinned?: boolean

Optional minResizeHeight

Section titled "minResizeHeight"

The minimum height of the pane in pixels during resizing. Defaults to 42.

minResizeHeight?: number

Optional minResizeWidth

Section titled "minResizeWidth"

The minimum width of the pane in pixels during resizing. Defaults to 42.

minResizeWidth?: number

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

size?: number

Optional tabHeaderId

Section titled "tabHeaderId"

The slot attribute's value of the tab header element. If not set, the header property value is used.

tabHeaderId?: string

The type of the pane.

type: "contentPane"

Optional unpinnedHeaderId

Section titled "unpinnedHeaderId"

The slot attribute's value of the unpinned header element. If not set, the header property value is used.

unpinnedHeaderId?: string

Optional unpinnedLocation

Section titled "unpinnedLocation"

The desired unpinned location of the content pane.

If not set the Dock Manager automatically calculates it based on the location of the pane relatively to the document host. If more than one document host is presented, the closest one in the pane hierarchy will be used for the calculation. If there is no document host, the default location is left.

unpinnedLocation?: IgcUnpinnedLocation

Optional unpinnedSize

Section titled "unpinnedSize"

The absolute size of the pane in an unpinned state. Defaults to 200.

unpinnedSize?: number