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

Method propsData

packages/designer/src/document/node/node.ts:681–686  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

679 }
680
681 @computed get propsData(): IPublicTypePropsMap | IPublicTypePropsList | null {
682 if (!this.isParental() || this.componentName === 'Fragment') {
683 return null;
684 }
685 return this.props.export(IPublicEnumTransformStage.Serilize).props || null;
686 }
687
688 hasSlots() {
689 return this._slots.length > 0;

Callers

nothing calls this directly

Calls 2

isParentalMethod · 0.95
exportMethod · 0.65

Tested by

no test coverage detected