mosaic.ui
Canvas.Props
mosaic
mosaic.mlx
type t
The type for declarative property bundles used by the reconciler for diffing.
val make : ?respect_alpha:bool -> unit -> t
make () is a property set with the same defaults as create.
make ()
create
Optional parameters:
respect_alpha
false
val default : t
default is make ().
default
val equal : t -> t -> bool
equal a b is true iff a and b describe identical properties.
equal a b
true
a
b