Confluence.js - Cloud and Server API library
    Preparing search index...

    Interface Relation

    interface Relation {
        _expandable: { relationData: string; source: string; target: string };
        _links: GenericLinks;
        name: string;
        relationData?: RelationData;
        source?: {};
        target?: {};
    }
    Index

    Properties

    _expandable: { relationData: string; source: string; target: string }
    _links: GenericLinks
    name: string
    relationData?: RelationData
    source?: {}
    target?: {}