Interface: Backlink
Defined in: src/types/interfaces/plugin.interface.ts:1478
Backlink record from an external ATProto application.
Since
0.1.0
Properties
context?
readonlyoptionalcontext:string
Defined in: src/types/interfaces/plugin.interface.ts:1502
Optional context (e.g., collection title, post text).
deleted
readonlydeleted:boolean
Defined in: src/types/interfaces/plugin.interface.ts:1512
Whether the source record has been deleted.
id
readonlyid:number
Defined in: src/types/interfaces/plugin.interface.ts:1482
Internal database ID.
indexedAt
readonlyindexedAt:Date
Defined in: src/types/interfaces/plugin.interface.ts:1507
When this backlink was indexed.
sourceType
readonlysourceType:BacklinkSourceType
Defined in: src/types/interfaces/plugin.interface.ts:1492
Type of backlink source.
sourceUri
readonlysourceUri:string
Defined in: src/types/interfaces/plugin.interface.ts:1487
AT-URI of the source record (e.g., Cosmik collection).
targetUri
readonlytargetUri:string
Defined in: src/types/interfaces/plugin.interface.ts:1497
AT-URI of the target eprint.