Extends
Constructor
new ve.ui.DesktopInspectorWindowManager(surface, [config])
#
Hierarchy
Window manager for desktop inspectors.
Parameters:
Name | Type | Attributes | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
surface |
ve.ui.Surface | Surface this belongs to |
|||||||||
config |
Object |
optional |
Configuration options Properties:
|
Window manager for desktop inspectors.
Methods
getDir() → {string}
#
Override the window manager's directionality method to get the directionality from the surface. The surface sometimes does not have a directionality set; fallback to direction from the document.
- Inherited from:
- Source:
Returns:
UI directionality
- Type
- string
Override the window manager's directionality method to get the directionality from the surface.
getOverlay() → {ve.ui.Overlay|null
}
#
null
}
#
Get overlay for menus.
- Inherited from:
- Source:
Returns:
Menu overlay, null if none was configured
- Type
-
ve.ui.Overlay
|
null
Get overlay for menus.
getSurface() → {ve.ui.Surface}
#
Get surface.