OneSDK
    Preparing search index...

    Interface ShowroomComment

    interface ShowroomComment {
        color: RGBColor;
        data: Showroom.CommentResponse;
        id: string;
        meta?: BaseCommentMeta;
        name: string;
        service: "showroom";
        url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

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