Skip to main content

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>;}

locationId

The id of the detail page location in which to place the component.

component

propertyElementType

The React component to render.

props

propertyRecord<string, any>

Optional props to pass to the React component.

Was this chapter helpful?
Report Issue
Edited Feb 2, 2026·Edit this page