Context, Workflows & Global Variables
@Tom Ireland
Variables have a specific scope - page or component . See https://toddle.dev/docs/variables for more information on this . Context allows data to be passed between components without having to pass everything down through attributes and back via events . In your case , if you wanted to make data available to a component , you ’d need to make it available in context or pass it via an attribute . Can you share what you ’re trying to do ? Either myself or someone else in the community might be able to help provide some specific examples . Have you checked out the documentation and toddle ’s YT channel ? There ’s a good amount of information readily available .