MetadataCache.isUnresolved method
MetadataCache › isUnresolved
Unofficial
Check whether a link is unresolved.Signature:
isUnresolved(linkpath: string, sourcePath: string): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| linkpath | string | The link path to check. |
| sourcePath | string | The source path from which the link originates. |
Returns: boolean — Whether the link is unresolved.