getComponent
function
Retrieves the component instance associated with a given DOM element.
API
Usage Notes
function getComponent<T>( element: Element): T | null;
Jump to details
Retrieves the component instance associated with a given DOM element.
function getComponent<T>( element: Element): T | null;