Expand all

ve.ui.MobileWindowManager

Extends

Constructor

new ve.ui.MobileWindowManager(surface, [config]) #

Parameters:

Name Type Attributes Description
surface ve.ui.Surface

Surface this belongs to

config Object optional

Configuration options

Properties:
Name Type Attributes Description
overlay ve.ui.Overlay optional

Overlay to use for menus

Source:
Window manager for mobile windows.

Methods

destroy() #

TODO: Upstream to OOUI

Inherited from:
Source:
TODO: Upstream to OOUI

getOverlay() → {ve.ui.Overlay|null} #

Get overlay for menus.

Returns:

Menu overlay, null if none was configured

Type
ve.ui.Overlay | null
Inherited from:
Source:
Get overlay for menus.

getSurface() → {ve.ui.Surface} #

Get surface.

Returns:

Surface this belongs to

Type
ve.ui.Surface
Inherited from:
Source:
Get surface.