WIP - Loop node advanced parameters + complete_if_empty (#1675)

This commit is contained in:
Shuchang Zheng 2025-01-30 03:40:25 +08:00 committed by GitHub
parent 2166ab129b
commit 5e4b86c828
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 1 deletions

View file

@ -146,6 +146,7 @@ class ForLoopBlockYAML(BlockYAML):
loop_blocks: list["BLOCK_YAML_SUBCLASSES"]
loop_over_parameter_key: str = ""
loop_variable_reference: str | None = None
complete_if_empty: bool = False
class CodeBlockYAML(BlockYAML):