Searched refs:toModel (Results 1 – 4 of 4) sorted by relevance
63 function wrapConversion(toModel, graph) { argument64 const path = [graph[toModel].parent, toModel];65 let fn = conversions[graph[toModel].parent][toModel];67 let cur = graph[toModel].parent;84 const toModel = models[i];85 const node = graph[toModel];92 conversion[toModel] = wrapConversion(toModel, graph);
73 routeModels.forEach(toModel => {74 const fn = routes[toModel];76 convert[fromModel][toModel] = wrapRounded(fn);77 convert[fromModel][toModel].raw = wrapRaw(fn);
2057 value: function toModel(columns) {5283 …model.cols = Column.toModel(this.columns); // ====================================================…20640 toModel: function toModel(textRotation) {20719 …add(node.attributes.textRotation, 'textRotation', textRotationXform.toModel(node.attributes.textRo…
2 …toModel(n,t)}toModel(e,t="$root"){return this.model.change(n=>this.upcastDispatcher.convert(e,n,t)…