737 B
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
to
• to: string
The destination of the link, can be a beacon
Example
to = 'beacon2';