MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / getPropValue

Method getPropValue

packages/shell/src/model/setting-field.ts:218–220  ·  view source on GitHub ↗

* 获取子级属性值 * @param propName 子属性名 * @returns

(propName: string | number)

Source from the content-addressed store, hash-verified

216 * @returns
217 */
218 getPropValue(propName: string | number): any {
219 return this[settingFieldSymbol].getPropValue(propName);
220 }
221
222 /**
223 * 获取顶层附属属性值

Callers

nothing calls this directly

Calls 1

getPropValueMethod · 0.65

Tested by

no test coverage detected