You can search for identifiers within the package.
in-package search v0.2.0
atable
Atable.Config
The signature of modules expected by the Make functor
val initial : t Option.t
The initial table
val table_id : string
The HTML id of the table
val add_row_button_id : string Option.t
The HTML id of the button to add a row
val add_col_button_id : string Option.t
The HTML id of the button to add a column
val rm_row_button_id : string Option.t
The HTML id of the button to remove a row
val rm_col_button_id : string Option.t
The HTML id of the button to remove a column
val reset_button_id : string Option.t
The HTML id of the button to reset the table to its initial value
val action_button_id : string Option.t
The HTML id of the button to run a user-defined action
val action_fun : (t -> unit) Option.t
The user-defined action which will be run with the action button