Store
Inherits: Node
Properties
| Type | Name | Default |
|---|---|---|
| String | store_id | |
| String | store_name | |
| String | store_image | |
| String | logger_name | store_id |
| int | log_level | 3 |
| StoreManager | StoreManager | |
| CustomLogger | logger |
Methods
| Returns | Signature |
|---|---|
| void | load_home() |
| void | load_installed() |
| void | load_details(id: String) |
| void | search(str: String) |
Property Descriptions
store_id
String store_id
Note
There is currently no description for this property. Please help us by contributing one!
store_name
String store_name
Note
There is currently no description for this property. Please help us by contributing one!
store_image
String store_image
Note
There is currently no description for this property. Please help us by contributing one!
logger_name
String logger_name = store_id
Note
There is currently no description for this property. Please help us by contributing one!
log_level
int log_level = 3
Note
There is currently no description for this property. Please help us by contributing one!
StoreManager
StoreManager StoreManager
Note
There is currently no description for this property. Please help us by contributing one!
logger
CustomLogger logger
Note
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
load_home()
void load_home()
Note
There is currently no description for this method. Please help us by contributing one!
load_installed()
void load_installed()
Note
There is currently no description for this method. Please help us by contributing one!
load_details()
void load_details(id: String)
Note
There is currently no description for this method. Please help us by contributing one!
search()
void search(str: String)
Note
There is currently no description for this method. Please help us by contributing one!