SheetDialog ADDON-MOBILE

Examples API Setup
-
Name and descriptionTypeValue
[closeable] Whether or not a sheet can be closed by user. boolean
[fullscreen] Fullscreen boolean
[bar] Show bar boolean
[data] Optional data to be passed to the sheet. I
[label] Sheet label. PolymorpheusContent ''
[stops] An array of stop points in any units for the sheet. string[] []
[initial] Initial stop index to open on. Index exceeding stops means to stop on top of the sheet's content. number
[offset] Top offset px ( --tui-offset ) number
[required] Dismissing dialog emits an error into Observable (you can catch it with "catch" operator or onError handler) boolean