UNPKG

@nfdi4plants/swate-components

Version:

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

23 lines 2.87 kB
import { FSharpList } from '@fable-org/fable-library-js/List.js'; import { FsCell } from '../../FsSpreadsheet.7.0.0-alpha.1/Cells/FsCell.fs.js'; import { Option } from '@fable-org/fable-library-js/Option.js'; import { int32 } from '@fable-org/fable-library-js/Int32.js'; import { OntologyAnnotation } from '../../ARCtrl.Core.3.0.0-beta.12/OntologyAnnotation.fs.js'; import { Data } from '../../ARCtrl.Core.3.0.0-beta.12/Data.fs.js'; import { DataContext } from '../../ARCtrl.Core.3.0.0-beta.12/DataContext.fs.js'; export declare function ActivePattern_ontologyAnnotationFromFsCells(tsrCol: Option<int32>, tanCol: Option<int32>, cells: FSharpList<FsCell>): OntologyAnnotation; export declare function ActivePattern_freeTextFromFsCells(cells: FSharpList<FsCell>): string; export declare function ActivePattern_dataFromFsCells(format: Option<int32>, selectorFormat: Option<int32>, cells: FSharpList<FsCell>): Data; export declare function ActivePattern_$007CTerm$007C_$007C(categoryString: string, cells: FSharpList<FsCell>): Option<((arg0: FSharpList<FsCell>) => OntologyAnnotation)>; export declare function ActivePattern_$007CExplication$007C_$007C(cells: FSharpList<FsCell>): Option<((arg0: DataContext) => ((arg0: FSharpList<FsCell>) => DataContext))>; export declare function ActivePattern_$007CUnit$007C_$007C(cells: FSharpList<FsCell>): Option<((arg0: DataContext) => ((arg0: FSharpList<FsCell>) => DataContext))>; export declare function ActivePattern_$007CObjectType$007C_$007C(cells: FSharpList<FsCell>): Option<((arg0: DataContext) => ((arg0: FSharpList<FsCell>) => DataContext))>; export declare function ActivePattern_$007CDescription$007C_$007C(cells: FSharpList<FsCell>): Option<((arg0: DataContext) => ((arg0: FSharpList<FsCell>) => DataContext))>; export declare function ActivePattern_$007CGeneratedBy$007C_$007C(cells: FSharpList<FsCell>): Option<((arg0: DataContext) => ((arg0: FSharpList<FsCell>) => DataContext))>; export declare function ActivePattern_$007CLabel$007C_$007C(cells: FSharpList<FsCell>): Option<((arg0: DataContext) => ((arg0: FSharpList<FsCell>) => DataContext))>; export declare function ActivePattern_$007CData$007C_$007C(cells: FSharpList<FsCell>): Option<((arg0: DataContext) => ((arg0: FSharpList<FsCell>) => DataContext))>; export declare function ActivePattern_$007CComment$007C_$007C(cells: FSharpList<FsCell>): Option<((arg0: DataContext) => ((arg0: FSharpList<FsCell>) => DataContext))>; export declare function ActivePattern_$007CFreetext$007C_$007C(cells: FSharpList<FsCell>): Option<((arg0: DataContext) => ((arg0: FSharpList<FsCell>) => DataContext))>; export declare function fromFsCells(cells: FSharpList<FsCell>): ((arg0: DataContext) => ((arg0: FSharpList<FsCell>) => DataContext)); export declare function toFsCells(commentKeys: FSharpList<string>): FSharpList<FsCell>; //# sourceMappingURL=DataMapHeader.fs.d.ts.map