ReactCustomDetailComponentConfig
Configures a React-based component to be placed in a detail page in the given location.
locationId
property
CustomDetailComponentLocationIdThe id of the detail page location in which to place the component.
component
property
ElementTypeThe React component to render.
props
property
Record<string, any>Optional props to pass to the React component.
Was this chapter helpful?