TileList
Builds a standalone, serializable list of tiles from tiles — useful for composing a reusable group of tiles as a plain value (e.g. to pass into an event field that expects tile schemas directly, such as LazyTiles' response payload) rather than as a nested tile builder lambda.
Parameters
tiles
Tiles to compile into the list. Defaults to none (empty list).