Skip to content

iterateCacheRefs

iterateCacheRefs(cache, cb): boolean

Defined in: obsidian.d.ts:2077

Iterate links and embeds. If callback returns true, the iteration process will be interrupted.

Parameters

cache

CachedMetadata

cb

(ref) => boolean | void

Returns

boolean

true if callback ever returns true, false otherwise.