Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IKeyKeyrefPair<U>

Stores a pairing of keys and keyrefs

Type parameters

  • U

    Object like or Array like structure

    Example:

    {
      "keyrefs": {},
      "keys": {}
    }
    

Hierarchy

  • IKeyKeyrefPair

Index

Properties

Properties

keyrefs

keyrefs: U

References to keys

keys

keys: U

Indentifier keys

Generated using TypeDoc