T A reference to the live component data.
Returns a reference to the attached component of type T.
The reference points at the component's live storage: assigning to its fields updates the element directly, with no need to write the value back. The reference stays valid until the component is removed.