new StoreItem()
This class represents and data added into the store
Name your store item, and provide data
Properties:
Name | Type | Description |
---|---|---|
name |
string | This is the name of the data stored |
data |
any | This is the data stored under the name provided |
- Source: