MCPcopy Index your code
hub / github.com/Tencent/kbone / set

Method set

packages/miniprogram-render/src/node/style.js:71–73  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

69 return this.getPropertyValue(name)
70 },
71 set(value) {
72 this.setProperty(name, value)
73 }
74 })
75 })
76 }

Callers 15

idMethod · 0.45
srcMethod · 0.45
setAttributeMethod · 0.45
$$initFunction · 0.45
widthMethod · 0.45
heightMethod · 0.45
nameMethod · 0.45
typeMethod · 0.45
valueMethod · 0.45
disabledMethod · 0.45
maxlengthMethod · 0.45

Calls 1

setPropertyMethod · 0.95

Tested by

no test coverage detected