Options
All
  • Public
  • Public/Protected
  • All
Menu

An interface defining a collection of named properties.

example
const properties: ValueMap = {
   $id: 123,
   color: "rgba(255, 0, 0, 1)"
}

Hierarchy

  • ValueMap

Indexable

[name: string]: Value

An interface defining a collection of named properties.

example
const properties: ValueMap = {
   $id: 123,
   color: "rgba(255, 0, 0, 1)"
}

Generated using TypeDoc