= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = {
mutable wave_width : Import.int;
mutable wave_height : Import.int;
mutable start_cycle : Import.int;
mutable start_signal : Import.int;
mutable wave_cursor : Import.int;
mutable signal_cursor : Import.int;
mutable signal_scroll : Import.int;
mutable value_scroll : Import.int;
}
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val default : t