@nfdi4plants/swate-components
Version:
Customizable React components for ontology annotation, based on Swate and the ARC.
17 lines • 873 B
TypeScript
import { FsRangeAddress } from './FsRangeAddress.fs.js';
import { int32 } from '@fable-org/fable-library-js/Int32.js';
import { FsCellsCollection } from '../Cells/FsCellsCollection.fs.js';
import { FsCell } from '../Cells/FsCell.fs.js';
import { FsRangeBase } from './FsRangeBase.fs.js';
import { TypeInfo } from '@fable-org/fable-library-js/Reflection.js';
export declare class FsRangeRow extends FsRangeBase {
constructor(rangeAddress: FsRangeAddress);
static fromIndex(index: int32): FsRangeRow;
get Index(): int32;
set Index(i: int32);
Cell(columnIndex: int32, cells: FsCellsCollection): FsCell;
Cells(cells: FsCellsCollection): Iterable<FsCell>;
}
export declare function FsRangeRow_$reflection(): TypeInfo;
export declare function FsRangeRow_$ctor_6A2513BC(rangeAddress: FsRangeAddress): FsRangeRow;
//# sourceMappingURL=FsRangeRow.fs.d.ts.map