Interface: Backlink
Defined in: src/types/interfaces/plugin.interface.ts:1461
Backlink record from an external ATProto application.
Since
0.1.0
Properties
context?
readonlyoptionalcontext:string
Defined in: src/types/interfaces/plugin.interface.ts:1485
Optional context (e.g., collection title, post text).
deleted
readonlydeleted:boolean
Defined in: src/types/interfaces/plugin.interface.ts:1495
Whether the source record has been deleted.
id
readonlyid:number
Defined in: src/types/interfaces/plugin.interface.ts:1465
Internal database ID.
indexedAt
readonlyindexedAt:Date
Defined in: src/types/interfaces/plugin.interface.ts:1490
When this backlink was indexed.
sourceType
readonlysourceType:BacklinkSourceType
Defined in: src/types/interfaces/plugin.interface.ts:1475
Type of backlink source.
sourceUri
readonlysourceUri:string
Defined in: src/types/interfaces/plugin.interface.ts:1470
AT-URI of the source record (e.g., Semble collection).
targetUri
readonlytargetUri:string
Defined in: src/types/interfaces/plugin.interface.ts:1480
AT-URI of the target preprint.