Skip to main content

DashboardCustomFormComponents

DashboardCustomFormComponents

Interface for registering custom field components in the dashboard. For input and display components, use the co-located approach with detailForms.

Signature
interface DashboardCustomFormComponents {
customFields?: DashboardCustomFormComponent[];
}

customFields

Custom form components for custom fields. These are used when rendering custom fields in forms.