ReplyToolSettings: { allowAddNote?: boolean; allowAddReply?: boolean; allowAddReplyOtherUser?: boolean; allowChangeOtherUser?: boolean; allowChangeUserName?: boolean; allowDelete?: boolean; allowDeleteOtherUser?: boolean; allowStatus?: boolean; allowStatusOtherUser?: boolean; readOnly?: boolean }

replyTool option settings.

Type declaration

  • Optional allowAddNote?: boolean

    Allow add note.

  • Optional allowAddReply?: boolean

    Allow add reply.

  • Optional allowAddReplyOtherUser?: boolean

    Allow to add replies to other user notes.

  • Optional allowChangeOtherUser?: boolean

    Allow change other user notes.

  • Optional allowChangeUserName?: boolean

    Allow change user name.

  • Optional allowDelete?: boolean

    Allow delete notes/replies.

  • Optional allowDeleteOtherUser?: boolean

    Allow delete other user notes.

  • Optional allowStatus?: boolean

    Allow to set status.

  • Optional allowStatusOtherUser?: boolean

    Allow to set status for other user notes.

  • Optional readOnly?: boolean

    Read-only mode.