ModelInterface.findNodeByUrn() method
Warning: This API is now obsolete.
Use ModelInterface.findNodeByUri() instead.
Find a node by its URN.
Signature:
findNodeByUrn(urn: string): NodeInterface | undefined;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
urn |
string |
Returns:
NodeInterface | undefined