TypeDoc API - v0.28.20
    Preparing search index...

    Class SourceReference

    Represents references of reflections to their defining source files.

    Index
    character: number

    The index of the character that emitted the declaration.

    fileName: NormalizedPath

    The filename of the source file. This will initially be absolute before being overwritten with a base path relative path during resolution.

    fullFileName: NormalizedPath

    The absolute filename of the source file.

    line: number

    The one based number of the line that emitted the declaration.

    url?: string

    URL for displaying the source file.