请问在自定义组件的时候,执行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.