Exports Sdo, Store and storeInstance
        
        
- Version:
 - 
		
- 3.0.0
 
 - Since:
 - 
		
- 3.0.0
 
 - Source:
 
Classes
Members
- 
    
<static, constant> storeInstance :Store
 - 
    
    Persistent instance of Store.
Type:
- Store
 
- Source:
 
 
Methods
- 
    
<static> decorate(args)
 - 
    
    v2 decorator adds observed properties to an Sdo's instance to support memoized getters.
Parameters:
Name Type Argument Description argsArray.<String> <repeatable> 
- Source:
 
Returns:
- Type
 - Object
 
 - 
    
<static> state()
 - 
    
    Proxies state properties to store and converts instance properties to getters that return values from store.
- Source:
 
Returns:
- Type
 - Object