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
/
ScreenTileSchema
/
StackableOverlay
/
Dialog
Dialog
@
Serializable
@
SerialName
(
value
=
"Dialog"
)
data
class
Dialog
(
val
tiles
:
ImmutableList
<
TileSchema
>
,
val
isCancellable
:
Boolean
,
val
isDismissing
:
Boolean
,
val
usePlatformDefaultWidth
:
Boolean
)
:
ScreenTileSchema.StackableOverlay
Members
Constructors
Dialog
Link copied to clipboard
constructor
(
tiles
:
ImmutableList
<
TileSchema
>
,
isCancellable
:
Boolean
,
isDismissing
:
Boolean
,
usePlatformDefaultWidth
:
Boolean
)
Properties
is
Cancellable
Link copied to clipboard
@
SerialName
(
value
=
"isCancellable"
)
open
override
val
isCancellable
:
Boolean
is
Dismissing
Link copied to clipboard
@
SerialName
(
value
=
"isDismissing"
)
open
override
val
isDismissing
:
Boolean
tiles
Link copied to clipboard
@
SerialName
(
value
=
"tiles"
)
open
override
val
tiles
:
ImmutableList
<
TileSchema
>
use
Platform
Default
Width
Link copied to clipboard
@
SerialName
(
value
=
"usePlatformDefaultWidth"
)
val
usePlatformDefaultWidth
:
Boolean