MastService
MastService is an Angular Factory in the Mast module with the name mast.js. It provides one function related to the mast of the GUI. To use this factory, see the documentation on injecting Angular services.
ONOS Mast:
| Name | Summary |
|---|---|
mastHeight | Returns the height (as a Number) of the mast in pixels. |
Function Descriptions
mastHeight
Returns the height (as a Number) of the mast in pixels.
| Example Usage | Arguments | Return Value |
|---|---|---|
| mast.mastHeight(); | none | the height (as a Number) of the mast in pixels (takes into account whether it is a mobile browser) |
