Say I created a component called Component, and I called it like this.
<Component>This text goes in the slot</Component>
Inside of the Component I can use <slot></slot> to display that text in the html. How can I reference its value in the script section? Is there a variable that it gets stored in?