Files
cisagov--redeye/docs/parser-guide/commands-api/parse-campaign/interfaces/ParserLink.md
T
2026-07-13 12:33:44 +08:00

737 B

@redeye/parser-core / ParserLink

Interface: ParserLink

Table of contents

Properties

Properties

from

from: string

The origin of the link, can be a beacon or server

Example

from = 'beacon1';
from = 'server1';

Defined in

parser-link.ts:8


to

to: string

The destination of the link, can be a beacon

Example

to = 'beacon2';

Defined in

parser-link.ts:14