MCPcopy Create free account
hub / github.com/apitable/apitable / bindModel

Method bindModel

packages/core/src/model/view/cell.ts:33–37  ·  view source on GitHub ↗
(cell: ICell)

Source from the content-addressed store, hash-verified

31 static instance = new Cell('', '');
32
33 static bindModel(cell: ICell) {
34 this.instance.recordId = cell.recordId;
35 this.instance.fieldId = cell.fieldId;
36 return this.instance;
37 }
38
39 constructor(public recordId: string, public fieldId: string) {
40

Callers 15

setFillHandleStatusFunction · 0.45
getRangeFieldsFunction · 0.45
getRangeRecordsFunction · 0.45
getCellMatrixFromRangeFunction · 0.45
isCellInSelectionFunction · 0.45
findDateTimeFieldIdsMethod · 0.45
findDateTimeFieldIdsMethod · 0.45
checkRecordsValuesMethod · 0.45
transformRecordValuesMethod · 0.45
CellValueFunction · 0.45
handleChangeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected