dashboard-custom-form-component.md 1.0 KB


title: "DashboardCustomFormComponent" isDefaultIndex: false

generated: true

import MemberInfo from '@site/src/components/MemberInfo'; import GenerationInfo from '@site/src/components/GenerationInfo'; import MemberDescription from '@site/src/components/MemberDescription';

DashboardCustomFormComponent

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

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