findElementFromVueRef

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

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

Returns an Element if ref is Vue or Element. 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...