OneSDK — OneComme 9.1.1
    Preparing search index...

    Interface SnnComment

    interface SnnComment {
        color: RGBColor;
        data: Snn.CommentResponse;
        id: string;
        meta?: BaseCommentMeta;
        name: string;
        service: "snn";
        url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

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