MCPcopy Create free account
hub / github.com/alephdata/aleph / removeProperty

Method removeProperty

ui/src/components/MappingEditor/MappingList.js:218–222  ·  view source on GitHub ↗
(id, propName)

Source from the content-addressed store, hash-verified

216 }
217
218 removeProperty(id, propName) {
219 const mapping = this.getMapping(id);
220 delete mapping.properties[propName];
221 return this;
222 }
223
224 getColumnAssignments() {
225 const columnAssignments = new Map();

Callers 1

onPropertyRemoveMethod · 0.80

Calls 1

getMappingMethod · 0.95

Tested by

no test coverage detected