Type alias IterationState

IterationState: {
    [name: string]: any;
}

Iteration Session State.

An object with random properties, reused between callbacks during iteration session (local to the operator), for any processing logic as required.

Type declaration

  • [name: string]: any