nuxt-x-app-admin
Tenants Detail
Tenant detail with Overview / Users / Billing / Settings / Activity tabs and suspend / activate actions.
Tenants Detail
Tenant detail with Overview / Users / Billing / Settings / Activity tabs and suspend / activate actions.
Components
<XAdminTenantsDetail />
Props, events, and behaviour reflect the actual <script setup> of XAdmin/Tenants/Detail.vue in @xenterprises/nuxt-x-app-admin.
<XAdminTenantsDetail />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
tenant | Object | REQUIRED | Tenant object to display. |
Emits
| Event | Payload | Description |
|---|---|---|
edit | varies | Fired when the user requests to edit a record. |
AI Context
component: XAdminTenantsDetail
package: "@xenterprises/nuxt-x-app-admin"
category: Tenants
source: app/components/XAdmin/Tenants/Detail.vue
use-when: Tenant detail with Overview / Users / Billing / Settings / Activity tabs and suspend / activate actions.
