@custouch/jssdk
    Preparing search index...

    Type Alias ReplyContentBase<T>

    工单Reply基本结构

    type ReplyContentBase<T> = {
        content: string;
        detail: ReplyDetailBase<T>;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    content: string

    聊天内容

    显示在界面上的内容,一般聊天消息