wx-ezhan
    Preparing search index...

    Interface ReplyStatusData

    interface ReplyStatusData {
        comment: string;
        isReply: boolean;
        parentCmtId: string;
        replyRootCmtId: string;
        rootCmtId: string;
        topicId: string;
    }
    Index

    Properties

    comment: string
    isReply: boolean
    parentCmtId: string
    replyRootCmtId: string
    rootCmtId: string
    topicId: string