Concept Flow - Template reference for direct access
Template renders
Element with #ref created
Component accesses element via #ref
Use element properties or methods
Update view or trigger actions
The template creates a reference to an element using #ref. The component accesses this element directly to read or change it.