Record Class Area

java.lang.Object
java.lang.Record
org.vaadin.firitin.components.cssgrid.Area
Record Components:
name - the name/id used for the area. Alternatively, use create() that automatically generates a name for the area.

public record Area(String name) extends Record
Defines a named area. The same area can then be defined to exist in multiple "cells" in the CssGrid and components can be assigned to this area.