Back to Vendure

CustomDetailComponentLocationId

docs/docs/reference/admin-ui-api/custom-detail-components/custom-detail-component-location-id.mdx

3.7.0921 B
Original Source
<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.

ts
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'