bn.enableSheetGesture
▸ enableSheetGesture(options): void
description enable/disable sheet gesture
remark Only supports Android platform
example
bn.enableSheetGesture({ enableGesture: false })
Parameters
| Name | Type |
|---|---|
options | Object |
options.enableGesture | boolean |
Returns
void