Store.Store Type

Easily keep data on the client side with this component. The data is not inserted in the DOM. Data can be in memory, localStorage or sessionStorage. The data will be kept with the id as key.

Constructors

Constructor Description

Store()

Full Usage: Store()

Returns: Store
Returns: Store

Static members

Static member Description

Store.applyMembers (id, children, ?storageType, ?data, ?clearData, ?modifiedTimestamp)

Full Usage: Store.applyMembers (id, children, ?storageType, ?data, ?clearData, ?modifiedTimestamp)

Parameters:
Returns: Store -> Store
id : string
children : seq<DashComponent>
?storageType : PersistenceTypeOptions
?data : string
?clearData : bool
?modifiedTimestamp : int64
Returns: Store -> Store

Store.init (id, children, ?storageType, ?data, ?clearData, ?modifiedTimestamp)

Full Usage: Store.init (id, children, ?storageType, ?data, ?clearData, ?modifiedTimestamp)

Parameters:
Returns: Store
id : string
children : seq<DashComponent>
?storageType : PersistenceTypeOptions
?data : string
?clearData : bool
?modifiedTimestamp : int64
Returns: Store