Skip to content

Commit f6ade7b

Browse files
committed
imaged added
1 parent ed02d4f commit f6ade7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/troubleshooting/widget/store_custom_widget_output_using_app_state.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ To use the output from a custom widget elsewhere in your project, you can store
2323
2. **Update the App State Variable from the Custom Widget**
2424
In your custom widget code, use `FFAppState()` to set the value of the app state variable.
2525

26+
![](../assets/20250430121221066642.png)
27+
2628
```js
2729
FFAppState().update(() {
2830
FFAppState().localvalue = 'setvalue';

0 commit comments

Comments
 (0)