package ezjs_extension

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Browser_lwt.WindowsSource

include module type of struct include Browser_common.Windows end
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 -> ?allowScriptsToClose:bool -> ?cookieStoreId:int -> ?titlePreface:string -> unit -> createData Ezjs_min.t
Sourceval make_updateInfo : ?left:int -> ?top:int -> ?width:int -> ?height:int -> ?focused:bool -> ?drawAttention:bool -> ?state:string -> ?titlePreface: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
Sourceval get : ?info:getInfo Ezjs_min.t -> int -> (window Ezjs_min.t, Ezjs_min__.Js.Js_error.error_t) Ezjs_min__.Js.result Lwt.t
Sourceval getCurrent : ?info:getInfo Ezjs_min.t -> unit -> (window Ezjs_min.t, Ezjs_min__.Js.Js_error.error_t) Ezjs_min__.Js.result Lwt.t
Sourceval getLastFocused : ?info:getInfo Ezjs_min.t -> unit -> (window Ezjs_min.t, Ezjs_min__.Js.Js_error.error_t) Ezjs_min__.Js.result Lwt.t
Sourceval getAll : ?info:getInfo Ezjs_min.t -> unit -> (window Ezjs_min.t list, Ezjs_min__.Js.Js_error.error_t) Ezjs_min_lwt.result Lwt.t
Sourceval create : ?info:createData Ezjs_min.t -> ?callback:(window Ezjs_min.t -> 'a) -> unit -> ('a option, Ezjs_min__.Js.Js_error.error_t) Ezjs_min_lwt.result Lwt.t
Sourceval update : ?callback:(window Ezjs_min.t -> 'a) -> int -> updateInfo Ezjs_min.t -> ('a option, Ezjs_min__.Js.Js_error.error_t) Ezjs_min_lwt.result Lwt.t
Sourceval remove : ?callback:(unit -> 'a) -> int -> ('a option, Ezjs_min__.Js.Js_error.error_t) Ezjs_min_lwt.result Lwt.t
OCaml

Innovation. Community. Security.