ReactCustomDetailComponentConfig
ReactCustomDetailComponentConfig
Configures a React-based component to be placed in a detail page in the given location.
Signature
interface ReactCustomDetailComponentConfig {
locationId: CustomDetailComponentLocationId;
component: ElementType;
props?: Record<string, any>;
}