package bonsai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val default_theme : Theme.t
val override_theme : Theme.t -> f: ((module Bonsai_web_ui_view__.Underlying_intf.S) -> (module Bonsai_web_ui_view__.Underlying_intf.S)) -> Theme.t
val override_constants : Theme.t -> f:(Constants.t -> Constants.t) -> Theme.t

This function allows the caller to build a new theme based on a theme.

val override_theme_for_computation : f: ((module Bonsai_web_ui_view__.Underlying_intf.S) -> (module Bonsai_web_ui_view__.Underlying_intf.S)) -> 'a Bonsai.Computation.t -> 'a Bonsai.Computation.t

override_current_theme_temporarily allows the full extension of the current theme, installing this theme for the given computation.

module For_codemirror : sig ... end
module Form_context : sig ... end
OCaml

Innovation. Community. Security.