MCPcopy Create free account
hub / github.com/TruthHun/BookStack / addProp

Function addProp

static/vuejs/vue.js:5450–5452  ·  view source on GitHub ↗
(el, name, value)

Source from the content-addressed store, hash-verified

5448}
5449
5450function addProp (el, name, value) {
5451 (el.props || (el.props = [])).push({ name: name, value: value });
5452}
5453
5454function addAttr (el, name, value) {
5455 (el.attrs || (el.attrs = [])).push({ name: name, value: value });

Callers 6

genCheckboxModelFunction · 0.70
genRadioModelFunction · 0.70
genDefaultModelFunction · 0.70
processAttrsFunction · 0.70
textFunction · 0.70
htmlFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected