Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/xml_renderer/src/Registry.ts>Registry#find

An npm/browser module for easy matching XML and XPath to React Components and other stuff
Go to Latest
method Registry.prototype.find
import { Registry } from "https://deno.land/x/xml_renderer@5.0.7/src/Registry.ts";

Retrieve the metadata that was associated with this node before. If there are several rules that match, .find gives you only the value of the best match.

Parameters

node: Node

Returns

MetadataGeneric | undefined