From d39565c14b659a8457e1fded1a6af327e00aeb18 Mon Sep 17 00:00:00 2001
From: Website Deployment Script drawerWidth prop.
Example:
Specifies the lock mode of the drawer. The drawer can be locked in 3 states:
- unlocked (default), meaning that the drawer will respond (open/close) to touch gestures.
-- locked closed, meaning that the drawer will stay closed and not respond to gestures.
-- locked open, meaning that the drawer will stay opened and not respond to gestures.
+- locked-closed, meaning that the drawer will stay closed and not respond to gestures.
+- locked-open, meaning that the drawer will stay opened and not respond to gestures.
The drawer may still be opened and closed programmatically (openDrawer/closeDrawer).
Specifies the side of the screen from which the drawer will slide in.
Specifies the width of the drawer, more precisely the width of the view that be pulled in from the edge of the window.
Determines whether the keyboard gets dismissed in response to a drag. - 'none' (the default), drags do not dismiss the keyboard.