Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "map"

Index

Classes

Type aliases

Type aliases

MapData

MapData: any

Type of data stored in a Map associated to a key.

MapName

MapName: string

Type of data for keys that reference data in a Map.

MapSetMessage

MapSetMessage: object

Type of message to use to modify a value in the Map with the set$s subject attribute.

param

key of the data to update in the Map;

param

the new data value.

Type declaration

MapState

MapState: any

Type of data describing a Map.

Generated using TypeDoc