Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Dictionary<T>

This interface describes objects with properties belonging to the specified type parameter T.

Type parameters

  • T = string

    Type of element stored by the object (string by default).

Hierarchy

  • Dictionary

Indexable

[propertyName: string]: T

This interface describes objects with properties belonging to the specified type parameter T.

Generated using TypeDoc