Skip to main content

DashboardCustomFormComponent

DashboardCustomFormComponent

Allows you to define custom form components for custom fields in the dashboard.

Signature
interface DashboardCustomFormComponent {
id: string;
component: React.FunctionComponent<CustomFormComponentInputProps>;
}

id

property
string

component

property
React.FunctionComponent<CustomFormComponentInputProps>