Files
2026-07-13 12:33:44 +08:00

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

parser-beacon.ts:116


filePath

filePath: string

Path to the image that RedEye can access

Example

filePath = '<directory-of-parser>/images/image.png';

Defined in

parser-beacon.ts:110


fileType

fileType: string

The type of image

Example

type = 'png';

Defined in

parser-beacon.ts:104