modelDataStoreSubscribe

Examples

# Subscribe a model to a data store
kind: DataStore
frame: my-home-frame
source: my-datastore

Object properties

Name Type Required
kind Constant: DataStore yes
frame string yes
source string yes

Object information

  • Object with the following properties:
    • kind (required): Constant DataStore
      • Subscribe to the value of a data store. By default all changes are propagated to the inputs of your model
    • frame (required): string
      • The frame that the data store you wish to subscribe to lives.
    • source (required): string
      • The DataStore name to use as a source. This is the same name as used in your contents