|
|
|
|
75
|
drawerShadow: true, // optional, add this if you want a side menu drawer shadow
|
75
|
drawerShadow: true, // optional, add this if you want a side menu drawer shadow
|
76
|
contentOverlayColor: 'rgba(0,0,0,0.25)', // optional, add this if you want a overlay color when drawer is open
|
76
|
contentOverlayColor: 'rgba(0,0,0,0.25)', // optional, add this if you want a overlay color when drawer is open
|
77
|
leftDrawerWidth: 50, // optional, add this if you want a define left drawer width (50=percent)
|
77
|
leftDrawerWidth: 50, // optional, add this if you want a define left drawer width (50=percent)
|
78
|
- rightDrawerWidth: 50 // optional, add this if you want a define right drawer width (50=percent)
|
|
|
|
|
78
|
+ rightDrawerWidth: 50, // optional, add this if you want a define right drawer width (50=percent)
|
79
|
shouldStretchDrawer: true // optional, iOS only with 'MMDrawer' type, whether or not the panning gesture will “hard-stop” at the maximum width for a given drawer side, default : true
|
79
|
shouldStretchDrawer: true // optional, iOS only with 'MMDrawer' type, whether or not the panning gesture will “hard-stop” at the maximum width for a given drawer side, default : true
|
80
|
},
|
80
|
},
|
81
|
type: 'MMDrawer', // optional, iOS only, types: 'TheSideBar', 'MMDrawer' default: 'MMDrawer'
|
81
|
type: 'MMDrawer', // optional, iOS only, types: 'TheSideBar', 'MMDrawer' default: 'MMDrawer'
|