Skip to content

iterateRefs

iterateRefs(refs, cb): boolean

Defined in: obsidian.d.ts:2084

If callback returns true, the iteration process will be interrupted.

Parameters

refs

Reference[]

cb

(ref) => boolean | void

Returns

boolean

true if callback ever returns true, false otherwise.