tencent cloud

Last updated: 2024-11-21 18:41:53
Menu
Last updated: 2024-11-21 18:41:53

getMenuButtonBoundingClientRect

This API is used via wx.getMenuButtonBoundingClientRect().
Feature Description: Gets information about the layout position of the menu button (capsule button in the upper right corner). The coordinate information has the upper left corner of the screen as the origin .
Return Value: Object.
Layout Position Information of the Menu Buttons:
Attribute
Type
Description
width
number
Width, measured in pixels (px)
height
number
Height, measured in pixels (px)
top
number
Upper Boundary Coordinate, Unit: px
right
number
Right Boundary Coordinate, Unit: px
bottom
number
Lower Boundary Coordinate, Unit: px
left
number
Left Boundary Coordinate, Unit: px

Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback