Skip to content

BacklinksLike.get method

BacklinksLike › get

Returns the links the note at key holds, or a nullish value when it holds none.

Signature:

get(key: string): null | readonly Reference[] | undefined

Parameters:

ParameterTypeDescription
keystringThe path of the backlink-holding note.

Returns: null | readonly Reference[] | undefinedThe links, or a nullish value.