dataStoreConfig
Examples
kind: DataStore
value:
my-box-length: 10
my-box-length: 20
my-box-length: 30
subscribe: # OPTIONAL
- kind: ControlPanel
frame: my-home-frame
source: my-control-panel
- kind: PopupForm
frame: my-home-frame
source: my-popup-form
Object properties
Name |
Type |
Required |
kind |
Constant: DataStore |
yes |
value |
Any |
yes |
subscribe |
Array |
no |
- A DataStore allows users to persist data between frames
- Object with the following properties:
kind
(required): Constant DataStore
subscribe
(optional):
- Subscribe to one or more sources
- Array of:
- One of the following types: