Due to a ransomware attack, the wiki was reverted to a July 2022 version. . We apologize for the lack of a more recent valid backup.
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) |