StateStorage

Base class representing interface used by the StateProvider to actually store the state data. This class is not intended to be used directly.

This class has an interface similar to the Storage API.

Properties

2
data: Object

Returns an object with all stored keys and their values as its properties

keys: String[]

Returns the stored keys as set by setItem

Functions

4

Remove all stored keys

Returns key value as set by setItem

ParameterTypeDescription
keyString
Returns: *

Removes the specified key

ParameterTypeDescription
keyString

Sets the specified key to the given value

ParameterTypeDescription
keyString
value*

The item value