Skip to main content

Interface: Backlink

Defined in: src/types/interfaces/plugin.interface.ts:1461

Backlink record from an external ATProto application.

Since

0.1.0

Properties

context?

readonly optional context: string

Defined in: src/types/interfaces/plugin.interface.ts:1485

Optional context (e.g., collection title, post text).


deleted

readonly deleted: boolean

Defined in: src/types/interfaces/plugin.interface.ts:1495

Whether the source record has been deleted.


id

readonly id: number

Defined in: src/types/interfaces/plugin.interface.ts:1465

Internal database ID.


indexedAt

readonly indexedAt: Date

Defined in: src/types/interfaces/plugin.interface.ts:1490

When this backlink was indexed.


sourceType

readonly sourceType: BacklinkSourceType

Defined in: src/types/interfaces/plugin.interface.ts:1475

Type of backlink source.


sourceUri

readonly sourceUri: string

Defined in: src/types/interfaces/plugin.interface.ts:1470

AT-URI of the source record (e.g., Semble collection).


targetUri

readonly targetUri: string

Defined in: src/types/interfaces/plugin.interface.ts:1480

AT-URI of the target preprint.