Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListValue

Represents a homogeneous list of values.

Example:

{
    valueType: 'list',
    list: [
        { valueType: 'party', party: 'Alice' },
        { valueType: 'party', party: 'Bob' }
    ]
}

To express values in a more concise way, you can have a look at the ValueHelpers.

Hierarchy

  • ListValue

Index

Properties

Properties

list

list: Value[]

valueType

valueType: "list"

Generated using TypeDoc