CustomDetailComponentConfig
CustomDetailComponentConfig
Configures a CustomDetailComponent to be placed in the given location.
Signature
interface CustomDetailComponentConfig {
locationId: CustomDetailComponentLocationId;
component: Type<CustomDetailComponent>;
}
Members
locationId
property
component
property
type:
Type<CustomDetailComponent>