wx-ezhan
    Preparing search index...

    Interface DeleteCommentStatusDataType

    interface DeleteCommentStatusDataType {
        commentId: string;
        currentLongPressComment: string;
        deleteCommentNumber: number;
        isDelete: boolean;
        lastDeleteCommentId: string;
        parentCmtId: string;
        showLongPressDialog: boolean;
        topicId: string;
    }
    Index

    Properties

    commentId: string
    currentLongPressComment: string
    deleteCommentNumber: number
    isDelete: boolean
    lastDeleteCommentId: string
    parentCmtId: string
    showLongPressDialog: boolean
    topicId: string