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

Method name

packages/miniprogram-render/src/node/element/input.js:98–100  ·  view source on GitHub ↗

* 对外属性和方法

()

Source from the content-addressed store, hash-verified

96 * 对外属性和方法
97 */
98 get name() {
99 return this.$_attrs.get('name')
100 }
101
102 set name(value) {
103 value = '' + value

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected