Home > @rushstack/package-extractor > ILinkInfo
ILinkInfo interface
Represents a symbolic link.
Signature:
export interface ILinkInfo
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
kind | 'fileLink' | 'folderLink' | The type of link that was encountered. | |
linkPath | string | The path to the link, relative to the root of the extractor output folder. | |
targetPath | string | The target that the link points to. |