Searching for state syntax #7
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4a279adcb3
commit
51a4f68ce1
@ -12,14 +12,14 @@ requests:
|
||||
|
||||
events:
|
||||
onInit:
|
||||
- id: fetch_get_data
|
||||
- id: retrieve_components
|
||||
type: Request
|
||||
params: get_data
|
||||
- id: set_results
|
||||
params: all_components
|
||||
- id: set_components
|
||||
type: setState
|
||||
params:
|
||||
components:
|
||||
_request: get_data.data
|
||||
all_components:
|
||||
_request: all_components.data
|
||||
|
||||
layout:
|
||||
contentJustify: center
|
||||
@ -80,7 +80,7 @@ areas:
|
||||
type: Box
|
||||
properties:
|
||||
content:
|
||||
_state: components.hello
|
||||
_state: all_components
|
||||
- id: bottomrow
|
||||
type: Box
|
||||
layout:
|
||||
|
Reference in New Issue
Block a user