Home > @microsoft/api-extractor-model > ISourceLocationOptions
ISourceLocationOptions interface
Constructor options for SourceLocation
.
Signature:
export interface ISourceLocationOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
fileUrlPath? | string | (Optional) The file URL path relative to the projectFolder and projectFolderURL fields as defined in the api-extractor.json config. | |
projectFolderUrl? | string | (Optional) The project folder URL as defined by the api-extractor.json config projectFolderUrl setting. |