light-process
API referenceInterfaces

LinkJSON

Defined in: src/models/Link.ts:3

Properties

data

data: Record<string, unknown>;

Defined in: src/models/Link.ts:8


from

from: string;

Defined in: src/models/Link.ts:6


id

id: string;

Defined in: src/models/Link.ts:4


maxIterations

maxIterations: number | null;

Defined in: src/models/Link.ts:12

Max iterations for back-links to prevent infinite loops (null = unlimited)


name

name: string;

Defined in: src/models/Link.ts:5


to

to: string;

Defined in: src/models/Link.ts:7


when

when: Record<string, unknown> | null;

Defined in: src/models/Link.ts:10

MongoDB-style condition - link is only followed when this evaluates to true

On this page