remove_component
Remove a specified component from the current ELN form, including container components and their children, by providing the component path.
Instructions
从当前表单中删除指定组件。支持删除容器组件(会连同子组件一起删除)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | 要删除的组件路径,如 "card1.sampleNo" 或 "card1" |