package ezjs_extension

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

Class type Windows.windowsSource

method get : int -> getInfo Ezjs_min.t Ezjs_min.optdef -> (window Ezjs_min.t -> unit) Ezjs_min.callback -> unit Ezjs_min.meth
method getCurrent : getInfo Ezjs_min.t Ezjs_min.optdef -> (window Ezjs_min.t -> unit) Ezjs_min.callback -> unit Ezjs_min.meth
method getLastFocused : getInfo Ezjs_min.t Ezjs_min.optdef -> (window Ezjs_min.t -> unit) Ezjs_min.callback -> unit Ezjs_min.meth
method getAll : getInfo Ezjs_min.t Ezjs_min.optdef -> (window Ezjs_min.t Ezjs_min.js_array Ezjs_min.t -> unit) Ezjs_min.callback -> unit Ezjs_min.meth
method create : createData Ezjs_min.t Ezjs_min.optdef -> (window Ezjs_min.t -> unit) Ezjs_min.callback Ezjs_min.optdef -> unit Ezjs_min.meth
method update : int -> updateInfo Ezjs_min.t -> (window Ezjs_min.t -> unit) Ezjs_min.callback Ezjs_min.optdef -> unit Ezjs_min.meth
method remove : int -> (unit -> unit) Ezjs_min.callback Ezjs_min.optdef -> unit Ezjs_min.meth
method onCreated : window Ezjs_min.t Extension_utils.Browser.event Ezjs_min.t Ezjs_min.prop
method onRemoved : int Extension_utils.Browser.event Ezjs_min.t Ezjs_min.prop
method onFocusChanged : int Extension_utils.Browser.event Ezjs_min.t Ezjs_min.prop