module Icons:sig..end
type t = {
|
category : |
(* |
Category of the icon. Allowed values are:
| *) |
|
iconUrl : |
(* |
URL for the icon.
| *) |
|
size : |
(* |
Size of the icon. Represented as the maximum of the width and height.
| *) |
val category : (t, string) GapiLens.t
val iconUrl : (t, string) GapiLens.t
val size : (t, int) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t ->
GapiJson.json_data_model -> t