MessageActions
configurationDefines the collection of actions that will be rendered in the context menu for messages. By default, the Chat includes four actions: Reply, Copy, and Pin. You can customize this list by providing your own actions or combining default actions with custom ones.
Default actions:
{ name: "reply", text: "Reply", icon: "undo" }{ name: "copy", text: "Copy", icon: "copy" }{ name: "pin", text: "Pin", icon: "pin" }{ name: "delete", text: "Delete", icon: "trash" }
messageActions
ArraymessageActions.icon
StringDefines the icon class for the context menu action.
messageActions.name
StringDefines the name identifier for the context menu action.
messageActions.text
StringDefines the display text for the context menu action.