Values_1.TileStyleSourceDisplay options related to tiles on a sheet.
type nonrec t = {backgroundColor : Color.t option;The background color of a tile.
*)border : BorderStyle.t option;The border around a tile.
*)borderRadius : Values_0.BorderRadius.t option;The border radius of a tile.
*)padding : Values_0.Padding.t option;The padding of a tile.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Color.t
| `Structure of
(string * [> `Boolean of Values_0.Boolean.t | `String of Color.t ])
list ])
list ]