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

Method has

packages/types/src/shell/model/props.ts:76–76  ·  view source on GitHub ↗

* 当前 props 是否包含某 prop * check if the specified key is existing or not. * @param key * @since v1.1.0

(key: string)

Source from the content-addressed store, hash-verified

74 * @since v1.1.0
75 */
76 has(key: string): boolean;
77
78 /**
79 * 添加一个 prop

Callers 15

isCopyMethod · 0.65
addStateMethod · 0.65
removeStateMethod · 0.65
hasMethod · 0.65
hasMethod · 0.65
hasMethod · 0.65
hasMethod · 0.65
constructorMethod · 0.65
hasMethod · 0.65
getMethod · 0.65
removeResourceTypeMethod · 0.65
leafWrapperFunction · 0.65

Implementers 1

Propspackages/shell/src/model/props.ts

Calls

no outgoing calls

Tested by

no test coverage detected