Skip to content

Rule.io SDK


Rule.io SDK / rcml/src / LoopValueNode

Type Alias: LoopValueNode

LoopValueNode = object

Defined in: rcml/src/email/content/json-validator/types.ts:96

A loop-variable reference atom. Replaced with the current loop iteration value.

Properties

attrs

attrs: object

Defined in: rcml/src/email/content/json-validator/types.ts:98

index

index: string

The loop variable index identifier.

original

original: string

Original source token as it appeared in the RFM source.

value

value: string

The loop variable name.


type

type: "loop-value"

Defined in: rcml/src/email/content/json-validator/types.ts:97