OneSDK
    Preparing search index...

    Interface ExternalComment

    interface ExternalComment {
        color: RGBColor;
        data: External.CommentResponse;
        id: string;
        meta?: BaseCommentMeta;
        name: string;
        service: "external";
        url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    color: RGBColor
    id: string
    name: string
    service: "external"
    url: string