🚨 Announcing Vendure v2 Beta

CustomDetailComponentConfig

CustomDetailComponentConfig

Configures a CustomDetailComponent to be placed in the given location.

Signature

interface CustomDetailComponentConfig {
  locationId: CustomDetailComponentLocationId;
  component: Type<CustomDetailComponent>;
}

Members

locationId

component

property
type:
Type<CustomDetailComponent>