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

Method export

packages/designer/src/document/node/props/props.ts:49–49  ·  view source on GitHub ↗
(stage?: IPublicEnumTransformStage)

Source from the content-addressed store, hash-verified

47 get(path: string, createIfNone?: boolean): IProp | null;
48
49 export(stage?: IPublicEnumTransformStage): {
50 props?: IPublicTypePropsMap | IPublicTypePropsList;
51 extras?: ExtrasObject;
52 };

Callers 1

exportMethod · 0.65

Implementers 1

Propspackages/designer/src/document/node/pr

Calls

no outgoing calls

Tested by

no test coverage detected