Spektrum API Reference - v1.2.0
    Preparing search index...

    Type Alias IterationScope

    IterationScope: Record<string, any>

    Per-iteration scope passed to handlers triggered inside a data-each. Carries the loop variable (named by data-as, defaulting to item), index / $index / $first / $last / $path, and any outer scope variables from a parent data-each. Pass it to setValue-style helpers via the engine's resolvers, or read it directly for custom routing decisions.