Ionic 4 sidemenu width and height

does anyone knows how to get the width of the ion menu in ionic 4.when it’s comes to the ipad ,it always visible the sidemenu.here i use opentok to do some video conference part and in there i have to set some div element height and width by subtracting the width of sidemenu.

Hello,

set in my ion menu type="overlay"

<ion-menu type="overlay"></ion-menu>

The display type of the menu. Available options: “overlay”,“reveal”,“push”

Ref: ion-menu

thanks @gokujy for the replying.i got the ion-menu width by using ElementRef by help of the ionic events.