Options
All
  • Public
  • Public/Protected
  • All
Menu
typeparam V

Type of the property name. An object for a single property, with a name and value entry.

Type Parameters

  • V

    Type of the property value.

  • K = string

Hierarchy

  • NameValuePair

Index

Properties

Properties

name: K

The name of the property.

value: V

The value of the property.

Generated using TypeDoc