index signature
Constructor for PineDocsManager class. It initializes class properties and loads documentation from 'pineDocs.json' into the Docs property.
the getAliases function is used to get the aliases for the current document
The aliases.
the setImportAliases function is used to set the imported namespace aliases
The aliases to set.
Returns a Map where the key is the 'name' property from the docs and the value is the doc object
Rest ...keys: string[]The keys to get the map for.
The map.
the makeMap function is used to make a map for a given key
The docs to make the map for.
The map.
Generated using TypeDoc
PineDocsManager handles the management of Pine documentation. It loads, retrieves, and sets various types of documentation-related data.