Backlinks Interface

Packages > @anticrm/core > Backlinks

Signature:

export interface Backlinks extends Doc 

Extends: Doc

Properties

List of properties of this interface
Property Type Description
_objectClass Ref<Class<Doc>>
_objectId Ref<Doc>
backlinks Backlink[]

Events

Signature:

_objectClass: Ref<Class<Doc>>;

Signature:

_objectId: Ref<Doc>;

Signature:

backlinks: Backlink[];