Skip to main content

Interface: Backlink

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

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:1497

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


deleted

readonly deleted: boolean

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

Whether the source record has been deleted.


id

readonly id: number

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

Internal database ID.


indexedAt

readonly indexedAt: Date

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

When this backlink was indexed.


sourceType

readonly sourceType: BacklinkSourceType

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

Type of backlink source.


sourceUri

readonly sourceUri: string

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

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


targetUri

readonly targetUri: string

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

AT-URI of the target eprint.