AnnotationFormProps
Home > @anocca/sequence-viewer-utils > AnnotationFormProps
Props for an AnnotationForm component
Signature:
export declare type AnnotationFormProps = {
onSubmit: (annotation: Annotation) => void;
title: string;
initialValues: {
[k in keyof Annotation]?: Annotation[k];
};
};
References: Annotation