请问在自定义组件的时候,执行npm run lowcode:dev命令生成的lowcode文件夹中的meta.ts文件中isRequired字段的作用是什么呢,感觉设置为true或者false都没有什么不同
Contributor guide
Tech stack
typescriptreact
Domain
frontenddeveloper experience
Issue type
documentation
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
2
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
under 1 hour
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
needs maintainer response
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
clear
Prerequisites
understanding of lowcode custom component development
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
80
Research direction
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.