Class ReflectionSymbolId

This exists so that TypeDoc can store a unique identifier for a ts.Symbol without keeping a reference to the ts.Symbol itself. This identifier should be stable across runs so long as the symbol is exported from the same file.

Hierarchy

  • ReflectionSymbolId

Constructors

Properties

Methods

Constructors

Properties

fileName: string
pos: number

Note: This is not serialized. It exists for sorting by declaration order, but should not be needed when deserializing from JSON.

qualifiedName: string

Methods

  • Parameters

    Returns {
        qualifiedName: string;
        sourceFileName: string;
    }

    • qualifiedName: string
    • sourceFileName: string

Generated using TypeDoc