***

title: "CustomDetailComponentLocationId"
generated: true
---------------

<GenerationInfo sourceFile="packages/admin-ui/src/lib/core/src/common/component-registry-types.ts" sourceLine="115" packageName="@vendure/admin-ui" />

The valid locations for embedding a [CustomDetailComponent](/current/core/reference/admin-ui-api/custom-detail-components/custom-detail-component#customdetailcomponent).

```ts title="Signature"
type CustomDetailComponentLocationId = | 'administrator-profile'
    | 'administrator-detail'
    | 'channel-detail'
    | 'collection-detail'
    | 'country-detail'
    | 'customer-detail'
    | 'customer-group-detail'
    | 'draft-order-detail'
    | 'facet-detail'
    | 'global-settings-detail'
    | 'order-detail'
    | 'payment-method-detail'
    | 'product-detail'
    | 'product-variant-detail'
    | 'promotion-detail'
    | 'seller-detail'
    | 'shipping-method-detail'
    | 'stock-location-detail'
    | 'tax-category-detail'
    | 'tax-rate-detail'
    | 'zone-detail'
```
