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

Method value

packages/designer/src/document/node/props/prop.ts:93–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 * 属性值
92 */
93 @computed get value(): IPublicTypeCompositeValue | UNSET {
94 return this.export(IPublicEnumTransformStage.Serilize);
95 }
96
97 private _code: string | null = null;
98

Callers

nothing calls this directly

Calls 1

exportMethod · 0.95

Tested by

no test coverage detected