Content:
- Properties
- Methods

The BottomSheet in Material Design is a UI component anchored at the screen bottom.

bts = ui.addBottomSheet( title, options ) → ui object: BottomSheet

It's a good practice to avoid adding a notch when your bottomsheet has a title, or leftAction or rightAction

These are the methods available for the BottomSheet component.

Example - Basic click to expand contents 

Example - Bottomsheet with notch click to expand contents 

Example - Complete example click to expand contents 

Properties

The following properties are available on the BottomSheet object:

descriptionString
layoutObject
leftActionIconString
rightActionIconString
titleString

Methods

The following methods are available on the BottomSheet object:

hide()
show()