Skip to content

LoopBuildNoticeMessageParams<T>

Parameters for the LoopParams.buildNoticeMessage callback.

Import:

import type { LoopBuildNoticeMessageParams } from 'obsidian-dev-utils/obsidian/loop';

Signature:

export interface LoopBuildNoticeMessageParams<T>

Properties

PropertyTypeDescription
itemTThe current item.
iterationStrstringA string representing the current iteration.