Options
All
  • Public
  • Public/Protected
  • All
Menu

The type describing a key, which has the key string and its type that can be an array (such as [0]) or object (such as .key).

Hierarchy

  • Key

Index

Properties

Properties

key

key: string

The actual value of the key.

type

type: "array" | "object"

If the key is an array or an object.

Generated using TypeDoc