BacklinksLike.get method
BacklinksLike › get
Returns the links the note atkey holds, or a nullish value when it holds none.Signature:
get(key: string): null | readonly Reference[] | undefinedParameters:
| Parameter | Type | Description |
|---|---|---|
| key | string | The path of the backlink-holding note. |
Returns: null | readonly Reference[] | undefined — The links, or a nullish value.