DashboardCustomFormComponent
DashboardCustomFormComponent
Allows you to define custom form components for custom fields in the dashboard.
Signature
interface DashboardCustomFormComponent {
id: string;
component: React.FunctionComponent<CustomFormComponentInputProps>;
}