请问在自定义组件的时候,执行npm run lowcode:dev命令生成的lowcode文件夹中的meta.ts文件中isRequired字段的作用是什么呢,感觉设置为true或者false都没有什么不同
贡献者指南
技术栈
typescriptreact
领域
frontenddeveloper experience
议题类型
documentation
难度面向新贡献者的预计实现难度,1 表示很小改动,5 表示专家级工作。
2
预计时间有经验贡献者完成调查、实现、测试并准备 pull request 的粗略时间范围。
under 1 hour
活动状态议题当前的可参与程度:新鲜、活跃、陈旧、阻塞或等待维护者输入。
needs maintainer response
清晰度议题是否清楚说明期望改动、验收标准和下一步。
clear
前置要求
understanding of lowcode custom component development
新手友好度1-100 的估计分数,表示该议题对首次贡献者的友好程度。
80
研究方向
The issue asks about the isRequired field in meta.ts for custom components. To clarify, check the official lowcode engine documentation or source code comments in packages/types/src/metadata.ts or similar. Look for any existing documentation on component metadata props. The answer likely depends on how the engine uses isRequired in the setter or property panel. Consider updating the documentation or adding a comment to the issue explaining the field's purpose.
自定义组件的meta.ts文件中isRequired字段的作用 · alibaba/lowcode-engine#2384 | Good First Issue