Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Library

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • new Library(entries: {}): Library

Properties

entries

entries: {}

Type declaration

  • [citekey: string]: Entry

Accessors

size

  • get size(): number

Methods

getTemplateVariablesForCitekey

  • getTemplateVariablesForCitekey(citekey: string): Record<string, string>
  • For the given citekey, find the corresponding Entry and return a collection of template variable assignments.

    Parameters

    • citekey: string

    Returns Record<string, string>

Generated using TypeDoc