🚨 Announcing Vendure v2 Beta

CustomDetailComponentLocationId

CustomDetailComponentLocationId

The valid locations for embedding a CustomDetailComponent.

Signature

type CustomDetailComponentLocationId = | 'administrator-profile'
    | 'administrator-detail'
    | 'channel-detail'
    | 'collection-detail'
    | 'country-detail'
    | 'customer-detail'
    | 'facet-detail'
    | 'global-settings-detail'
    | 'order-detail'
    | 'payment-method-detail'
    | 'product-detail'
    | 'promotion-detail'
    | 'shipping-method-detail'
    | 'tax-category-detail'
    | 'tax-rate-detail'