Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MapValue

A dictionary from strings to Values.

Example:

{
    valueType: 'map',
    map: {
        a: { valueType: 'bool', bool: true },
        b: { valueType: 'text', text: 'a string' }
    }
}

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

Hierarchy

  • MapValue

Index

Properties

Properties

map

map: {}

Type declaration

valueType

valueType: "map"

Generated using TypeDoc