Mosaic
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Mosaic
mosaic-core
/
dev.catbit.mosaic.core.data.schemas.tile.placement
/
AlignmentSchema
/
Vertical
Vertical
@
Serializable
@
SerialName
(
value
=
"Vertical"
)
sealed
interface
Vertical
:
AlignmentSchema
Inheritors
Top
Center
Bottom
Members
Types
Bottom
Link copied to clipboard
@
Serializable
@
SerialName
(
value
=
"bottom"
)
data
object
Bottom
:
AlignmentSchema.Vertical
Center
Link copied to clipboard
@
Serializable
@
SerialName
(
value
=
"center"
)
data
object
Center
:
AlignmentSchema.Vertical
Top
Link copied to clipboard
@
Serializable
@
SerialName
(
value
=
"top"
)
data
object
Top
:
AlignmentSchema.Vertical