package ocaml-webworker

  1. Overview
  2. Docs
type t =
  1. | Server
type shell =
  1. | Shell
val start : 'a -> t
val stop : t -> unit
type flag = [
  1. | `Editable
  2. | `Clicked
  3. | `Clickable
  4. | `Invisible
]
type cursor =
  1. | Cursor
val null : cursor
module Cursor : sig ... end
module Widget : sig ... end
val create_cursor : shell -> name:'a -> cursor