## Extended Functional Type - Observed Unlike `imported` variables which only get the value of an attribute when the component is created, `observed` attributes update the associated variable every time the attribute changes. Clicking on the `Change Attribute` button sets a new value for the attribute "name". Lightview detects this and updates the variable `name`. Since `name` is also `reactive`, the HTML nodes referencing it are also updated.