findHTMLElementFromVueRef

Find an HTMLElement from a ref, provided it is defined and not an array.

function findHTMLElementFromVueRef(ref: unknown): HTMLElement | undefined;
  • ref - The ref to extract HTMLElement from.

Returns an HTMLElement if ref is Vue or HTMLElement. Otherwise undefined.

Sök

Esc för att stänga Pil upp/ner för att navigera Enter för att välja

Välj version

Var god vänta, laddar versionsdata...