Class type Ext_state_Manager.t


class type t = object .. end
Inherits
method clear : Js.js_string Js.t -> unit Js.meth

Clears a value from the state

Parameters:


method get : 'a 'b. Js.js_string Js.t -> 'a Js.t -> 'b Js.t Js.meth

Returns the current value for a key

Parameters:

Returns:


method getProvider : Ext_state_Provider.t Js.t Js.meth

Gets the currently configured state provider

Returns:


method set : 'c. Js.js_string Js.t -> 'c Js.t -> unit Js.meth

Sets the value for a key

Parameters:


method setProvider : Ext_state_Provider.t Js.t -> unit Js.meth

Configures the default state provider for your application

Parameters: