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.style
/
SizeSchema
/
Behavior
Behavior
@
Immutable
@
Serializable
@
SerialName
(
value
=
"behavior"
)
sealed
interface
Behavior
Inheritors
Horizontal
Vertical
Members
Types
Horizontal
Link copied to clipboard
@
Immutable
@
Serializable
@
SerialName
(
value
=
"horizontal"
)
sealed
interface
Horizontal
:
SizeSchema.Behavior
Vertical
Link copied to clipboard
@
Immutable
@
Serializable
@
SerialName
(
value
=
"vertical"
)
sealed
interface
Vertical
:
SizeSchema.Behavior