Layout

data class Layout(var name: String, var responsiveLayouts: List<ResponsiveLayout>)

A named layout configuration containing one or more responsive layout breakpoints.

Constructors

Link copied to clipboard
constructor(name: String, responsiveLayouts: List<ResponsiveLayout>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name identifier for this layout (e.g. "4-large", "3-medium").

Link copied to clipboard

Responsive layout variants for different screen widths.