| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > IPathFormatFileLocationOptions
Options for Path.formatFileLocation()<></>.
Signature:
export interface IPathFormatFileLocationOptions |
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. |