1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. EscInterpolation

EscInterpolation

    An Interpolation holds information about a part of an interpolated string expression.

    Properties

    • text string optional
      The text of the expression. Precedes the stringified Value in the output.
    • value array[EscPropertyAccessor] optional
      The value to interpolate.
    • index integer optional
      The integer index of the element to access. Mutually exclusive with Key.
    • value EscRange required
      The range of the expression that defines the resolved value.
    • key string optional
      The key of the property to access. Mutually exclusive with Index.
    • range EscRange optional
      The range of the accessor.