Block: DataStore

The DataStore block is used to store data generated by other blocks.

DataStoreConfig

A DataStore allows users to persist data between frames

Name Type Required Description
kind "DataStore" Yes
value Dictionary<string, any> Yes
subscribe List<DataStoreSubscription> No Subscribe to one or more sources

DataStoreSubscription

DataStoreControlPanelSubscription

Name Type Required Description
kind "ControlPanel" Yes Subscribe to the value of a control panel
frame string Yes The frame name that the control panel you wish to subscribe to lives
source string Yes The control panel name to use as a source. This is the same name as used in your contents

DataStorePopupFormSubscription

Name Type Required Description
kind "PopupForm" Yes Subscribe to the value of a popup form
frame string Yes The frame name that the popup form you wish to subscribe to lives
source string Yes The popup form name to use as a source. This is the same name as used in your contents