Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LoopNode

The loop element.

Hierarchy

Index

Properties

assignNextValueTo

assignNextValueTo: string

The next pointer.

collection

collection: string

The collection to loop.

Optional description

description: string

The description of the element.

iterationOrder

iterationOrder: "asc" | "desc"

The iteration order.

label

label: string

The display name.

Optional locationX

locationX: number

The location.

Optional locationY

locationY: number

The location.

name

name: string

The unique name.

Optional nextValueConnector

nextValueConnector: string

The connector to iterate the next value.

Optional nextValueConnectorPoint

nextValueConnectorPoint: string

Optional noMoreValuesConnector

noMoreValuesConnector: string

The connector to the end of the loop.

Optional noMoreValuesConnectorPoint

noMoreValuesConnectorPoint: string