Class type Ext_state_Provider.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 decodeValue : 'a. Js.js_string Js.t -> 'a Js.t Js.meth

Decodes a string previously encoded with encodeValue.

Parameters:

Returns:


method encodeValue : 'b. 'b Js.t -> Js.js_string Js.t Js.meth

Encodes a value including type information. Decode with decodeValue.

Parameters:

Returns:


method get : 'c 'd. Js.js_string Js.t -> 'c Js.t -> 'd Js.t Js.meth

Returns the current value for a key

Parameters:

Returns:


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

Sets the value for a key

Parameters: