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.
Static member | Description |
Full Usage:
Store.applyMembers (id, children, ?storageType, ?data, ?clearData, ?modifiedTimestamp)
Parameters:
string
children : seq<DashComponent>
?storageType : PersistenceTypeOptions
?data : string
?clearData : bool
?modifiedTimestamp : int64
Returns: Store -> Store
|
|
Full Usage:
Store.init (id, children, ?storageType, ?data, ?clearData, ?modifiedTimestamp)
Parameters:
string
children : seq<DashComponent>
?storageType : PersistenceTypeOptions
?data : string
?clearData : bool
?modifiedTimestamp : int64
Returns: Store
|
|