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
/
ArrangementSchema
/
Horizontal
Horizontal
@
Serializable
@
SerialName
(
value
=
"Horizontal"
)
sealed
interface
Horizontal
:
ArrangementSchema
Inheritors
Start
End
SpacedBy
HorizontalOrVertical
Members
Types
End
Link copied to clipboard
@
Serializable
@
SerialName
(
value
=
"End"
)
data
object
End
:
ArrangementSchema.Horizontal
Spaced
By
Link copied to clipboard
@
Serializable
@
SerialName
(
value
=
"SpacedBy"
)
data
class
SpacedBy
(
val
space
:
Int
,
val
alignment
:
AlignmentSchema.Horizontal
)
:
ArrangementSchema.Horizontal
Start
Link copied to clipboard
@
Serializable
@
SerialName
(
value
=
"Start"
)
data
object
Start
:
ArrangementSchema.Horizontal