Options
All
  • Public
  • Public/Protected
  • All
Menu

This is an index, with contest ids for keys, and arbitrary values that belong to matching contests.

Example, with selected contest options:

{ '1': 'option1', '2': 'optiona' }

Here '1' and '2' are contest ids, and 'option1' and 'optiona' are selected contest options.

Type Parameters

  • T

    Defines the data type of the value

Hierarchy

  • ContestMap

Indexable

[contestId: string]: T