Home > @rushstack/node-core-library > IPathFormatFileLocationOptions
IPathFormatFileLocationOptions interface
Options for Path.formatFileLocation().
Signature:
export interface IPathFormatFileLocationOptions
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | (Optional) The base path to use when converting | ||
number | (Optional) The optional column number. If not specified, the column number will not be included in the formatted string. | ||
The style of file location formatting to use. | |||
number | (Optional) The optional line number. If not specified, the line number will not be included in the formatted string. | ||
string | The message related to the file location. | ||
string | The path that will be used to specify the file location. |