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

Method import

packages/designer/src/document/node/props/props.ts:60–60  ·  view source on GitHub ↗
(value?: IPublicTypePropsMap | IPublicTypePropsList | null, extras?: ExtrasObject)

Source from the content-addressed store, hash-verified

58 query(path: string, createIfNone: boolean): IProp | null;
59
60 import(value?: IPublicTypePropsMap | IPublicTypePropsList | null, extras?: ExtrasObject): void;
61}
62
63export class Props implements IProps, IPropParent {

Callers 1

setAsSlotMethod · 0.65

Implementers 1

Propspackages/designer/src/document/node/pr

Calls

no outgoing calls

Tested by

no test coverage detected