getSugarStore

getSugarStore() ⇒ Promise

Sugar Store is the Object that has data retrieved from Sugar Events.

Kind: global function
Returns: Promise - A promise that resolves to a Object.
Since: v0.0.1
Example

await getSugarStore(viewFromProps);
sugarAppStore: { listPreviewModel: '', ... }