Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITabAreaGeometry

An object which represents the geometry of a tab area.

Hierarchy

  • ITabAreaGeometry

Index

Properties

bottom

bottom: number

The local coordinate of the bottom edge of the tab area.

Notes

This is the distance from the bottom edge of the layout parent widget, to the bottom edge of the tab area.

height

height: number

The height of the tab area.

Notes

This is total height allocated for the tab area.

left

left: number

The local coordinate of the left edge of the tab area.

Notes

This is the distance from the left edge of the layout parent widget, to the left edge of the tab area.

right

right: number

The local coordinate of the right edge of the tab area.

Notes

This is the distance from the right edge of the layout parent widget, to the right edge of the tab area.

tabBar

tabBar: TabBar<Widget>

The tab bar for the tab area.

top

top: number

The local coordinate of the top edge of the tab area.

Notes

This is the distance from the top edge of the layout parent widget, to the top edge of the tab area.

width

width: number

The width of the tab area.

Notes

This is total width allocated for the tab area.

x

x: number

The local X position of the hit test in the dock area.

Notes

This is the distance from the left edge of the layout parent widget, to the local X coordinate of the hit test query.

y

y: number

The local Y position of the hit test in the dock area.

Notes

This is the distance from the top edge of the layout parent widget, to the local Y coordinate of the hit test query.

Generated using TypeDoc