Represents the side pane, which you contribute to using the extension.
Members
(static, constant) BUILD_SIDEPANE :string
The constant used to identify the Build side pane
Type:
- string
(static, constant) CLOSE :number
The constant used to close the side pane container.
Type:
- number
(static, constant) MAIN_SIDEPANE :string
The constant used to identify the Main side pane
Type:
- string
(static, constant) MAXIMIZE :number
The constant used to get the side pane maximum size.
Type:
- number
Methods
(static) close()
Closes the side panel container.
(static) getWidth() → {object|Integer}
Returns the side pane width in pixels.
Returns:
-
A JSON object
- Type
- object
-
object.width the actual width
- Type
- Integer
(static) reloadPane()
Reloads the side pane extension page.
(static) setMaxWidth()
Sets the side pane to its maximum size.
(static) setWidth(obj)
Sets the side pane width in pixels.
Parameters:
| Name | Type | Description | ||||||
|---|---|---|---|---|---|---|---|---|
obj |
Object |
Properties
|