MCPcopy Create free account
hub / github.com/alibaba/lowcode-engine / getSetter

Method getSetter

packages/types/src/shell/api/setters.ts:13–13  ·  view source on GitHub ↗

* 获取指定 setter * get setter by type * @param type * @returns

(type: string)

Source from the content-addressed store, hash-verified

11 * @returns
12 */
13 getSetter(type: string): IPublicTypeRegisteredSetter | null;
14
15 /**
16 * 获取已注册的所有 settersMap

Callers 3

SettersClass · 0.80
constructorMethod · 0.80
SettersClass · 0.80

Implementers 1

Setterspackages/shell/src/api/setters.ts

Calls

no outgoing calls

Tested by

no test coverage detected