Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

为节点添加参数Parameter #20

Open
2 tasks done
perillaroc opened this issue Apr 27, 2022 · 2 comments
Open
2 tasks done

为节点添加参数Parameter #20

perillaroc opened this issue Apr 27, 2022 · 2 comments
Assignees

Comments

@perillaroc
Copy link
Owner

perillaroc commented Apr 27, 2022

两种 Parameter

  • 用户定义参数
  • 自动生成参数
@perillaroc
Copy link
Owner Author

perillaroc commented Apr 28, 2022

用户定义参数:

  • add_parameter
  • find_parameter
    • find_user_parameter
    • find_generated_parameter
  • find_parent_parameter

@perillaroc
Copy link
Owner Author

变量继承与覆盖:

  • 用户定义变量覆盖自动生成的变量
  • 子节点会继承父节点的变量
  • 子节点变量会覆盖父节点变量

获取所有参数。

当前节点:

  • 用户定义变量
  • 生成变量
  • 所有变量

所有节点:

  • 所有变量

perillaroc added a commit that referenced this issue May 3, 2022
✅ add test for list parameters.
@perillaroc perillaroc moved this from In Progress to Done in 工作流 Takler May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

1 participant