Home > @microsoft/api-extractor > ExtractorMessage > sourceFileColumn
ExtractorMessage.sourceFileColumn property
The column number where the issue occurred in the input source file. This is not used if sourceFilePath
is undefined. The first column number is 1.
Signature:
readonly sourceFileColumn: number | undefined;