Grid

data class Grid(val columnCount: Int) : Stacked.Layout

A layout that stacks nodes in a grid.

Parameters

columnCount

number of columns

Constructors

Link copied to clipboard
constructor(columnCount: Int)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun <T> accept(visitor: RenderRepresentableVisitor<T>): T

Accepts a visitor to produce a representation of this element suitable for the rendered document.