nuxt-x-app-admin
Support Tickets Detail
Ticket conversation view with reply (optionally internal-only), close / reopen, status / priority / assignee updates.
Support Tickets Detail
Ticket conversation view with reply (optionally internal-only), close / reopen, status / priority / assignee updates.
Components
<XAdminSupportTicketsDetail />
Props, events, and behaviour reflect the actual <script setup> of XAdmin/Support/Tickets/Detail.vue in @xenterprises/nuxt-x-app-admin.
<XAdminSupportTicketsDetail />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
ticketId | String | REQUIRED | ID of the ticket to display. |
endpoint | String | 'admin/support/tickets' | API endpoint for ticket CRUD + actions. |
agents | Array | [] | Agent list for the assignee dropdown. |
Emits
| Event | Payload | Description |
|---|---|---|
close | varies | Fired after a close action. |
reopen | varies | Fired after a reopen action. |
view-requester | varies | Fired when the requester profile is requested (Ticket Detail). |
attach | varies | Fired when 'Attach' is clicked in the chat input. |
AI Context
component: XAdminSupportTicketsDetail
package: "@xenterprises/nuxt-x-app-admin"
category: Support
source: app/components/XAdmin/Support/Tickets/Detail.vue
use-when: Ticket conversation view with reply (optionally internal-only), close / reopen, status / priority / assignee updates.
