package ezjs_extension

  1. Overview
  2. Docs
Binding for Chrome and Firefox extension API

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.tar.gz
md5=0d1dc7175a620eb50c07f2bbe0531533
sha512=5742b4e64398533c95291fe7c9b5ed3e264214dee7522fec1a0074766afd40e633aa1ceea16cbc6923ab80d737a15c13b50b96d4ddf8fad8ec74c30816877c9a

doc/ezjs_extension.chrome-common/Chrome_common/Windows/index.html

Module Chrome_common.WindowsSource

Sourceclass type window = object ... end
Sourceclass type getInfo = object ... end
Sourceclass type createData = object ... end
Sourceclass type updateInfo = object ... end
Sourceclass type windows = object ... end
Sourceval make_createData : ?url:string -> ?url_l:string list -> ?tabId:int -> ?left:int -> ?top:int -> ?width:int -> ?height:int -> ?focused:bool -> ?typ:string -> ?state:string -> ?selfOpener:bool -> unit -> createData Ezjs_min.t
Sourceval make_updateInfo : ?left:int -> ?top:int -> ?width:int -> ?height:int -> ?focused:bool -> ?drawAttention:bool -> ?state:string -> unit -> updateInfo Ezjs_min.t
Sourceval windows : windows Ezjs_min.t
Sourceval onCreated : (window Ezjs_min.t -> unit) -> unit
Sourceval onRemoved : (int -> unit) -> unit
Sourceval onFocusChanged : (int -> unit) -> unit
OCaml

Innovation. Community. Security.