Mosaic
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Mosaic
mosaic-client
/
dev.catbit.mosaic.client.ui.sdui.implementations.tile.tiles.internal.screen
/
ScreenTileHolder
/
StackableOverlay
/
BottomSheet
Bottom
Sheet
data
class
BottomSheet
(
val
tiles
:
List
<
TileHolder
<
*
>
>
,
val
isCancellable
:
Boolean
,
val
isDismissing
:
Boolean
=
false
,
val
fill
:
Boolean
,
val
allowsPartialExpansion
:
Boolean
)
:
ScreenTileHolder.StackableOverlay
Members
Constructors
Bottom
Sheet
Link copied to clipboard
constructor
(
tiles
:
List
<
TileHolder
<
*
>
>
,
isCancellable
:
Boolean
,
isDismissing
:
Boolean
=
false
,
fill
:
Boolean
,
allowsPartialExpansion
:
Boolean
)
Properties
allows
Partial
Expansion
Link copied to clipboard
val
allowsPartialExpansion
:
Boolean
fill
Link copied to clipboard
val
fill
:
Boolean
is
Cancellable
Link copied to clipboard
open
override
val
isCancellable
:
Boolean
is
Dismissing
Link copied to clipboard
open
override
val
isDismissing
:
Boolean
tiles
Link copied to clipboard
open
override
val
tiles
:
List
<
TileHolder
<
*
>
>
Functions
mark
Dismissing
Link copied to clipboard
fun
markDismissing
(
)
:
ScreenTileHolder.StackableOverlay
to
Schema
Link copied to clipboard
fun
toSchema
(
)
:
ScreenTileSchema.StackableOverlay