LoopBuildNoticeMessageParams<T>
Parameters for the LoopParams.buildNoticeMessage callback.
Import:
import type { LoopBuildNoticeMessageParams } from 'obsidian-dev-utils/obsidian/loop';Signature:
export interface LoopBuildNoticeMessageParams<T>Properties
| Property | Type | Description |
|---|---|---|
| item | T | The current item. |
| iterationStr | string | A string representing the current iteration. |