1.1 KiB
1.1 KiB
@redeye/parser-core / ParserImage
Interface: ParserImage
Table of contents
Properties
Properties
fileName
• Optional fileName: string
The name of the image if the local file name is different from the name of the image
Example
name = 'host-desktop-screenshot.png';
Defined in
filePath
• filePath: string
Path to the image that RedEye can access
Example
filePath = '<directory-of-parser>/images/image.png';
Defined in
fileType
• fileType: string
The type of image
Example
type = 'png';