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
/
Vertical
/
SpacedBy
Spaced
By
@
Serializable
@
SerialName
(
value
=
"SpacedBy"
)
data
class
SpacedBy
(
val
space
:
Int
,
val
alignment
:
AlignmentSchema.Vertical
)
:
ArrangementSchema.Vertical
Members
Constructors
Spaced
By
Link copied to clipboard
constructor
(
space
:
Int
,
alignment
:
AlignmentSchema.Vertical
)
Properties
alignment
Link copied to clipboard
val
alignment
:
AlignmentSchema.Vertical
space
Link copied to clipboard
val
space
:
Int