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
property
Custom form components for custom fields. These are used when rendering custom fields in forms.