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

Method type

packages/miniprogram-render/src/node/element/input.js:107–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105 }
106
107 get type() {
108 return this.$_attrs.get('type') || 'text'
109 }
110
111 set type(value) {
112 value = '' + value

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected