UNPKG

@nfdi4plants/swate-components

Version:

Customizable React components for ontology annotation, based on Swate and the ARC.

9 lines 786 B
import { ArcTable } from './Table/ArcTable.fs.js'; import { ArcInvestigation, ArcRun, ArcWorkflow, ArcStudy, ArcAssay } from './ArcTypes.fs.js'; export declare function setArcTableName(newName: string, table: ArcTable): ArcTable; export declare function setAssayIdentifier(newIdentifier: string, assay: ArcAssay): ArcAssay; export declare function setStudyIdentifier(newIdentifier: string, study: ArcStudy): ArcStudy; export declare function setWorkflowIdentifier(newIdentifier: string, workflow: ArcWorkflow): ArcWorkflow; export declare function setRunIdentifier(newIdentifier: string, run: ArcRun): ArcRun; export declare function setInvestigationIdentifier(newIdentifier: string, investigation: ArcInvestigation): ArcInvestigation; //# sourceMappingURL=IdentifierSetters.fs.d.ts.map