Skip to content

Fix #15: Add parameter visibility flag and hide parameters in KPM backend - #17

Open
Divya342 wants to merge 2 commits into
antmicro:mainfrom
Divya342:main
Open

Fix #15: Add parameter visibility flag and hide parameters in KPM backend#17
Divya342 wants to merge 2 commits into
antmicro:mainfrom
Divya342:main

Conversation

@Divya342

@Divya342 Divya342 commented Aug 1, 2026

Copy link
Copy Markdown

Closes #15

This pull request resolves the clutter of internal/unnecessary parameters on the graphical dataflow canvas:

  1. Updated the Parameter class model in misc.py to include a default visible boolean flag.
  2. Modified the node configuration generator loop inside specification.py to pass the hidden=is_hidden state parameter directly into add_node_type_property().

This ensures that any parameter explicitly marked as non-visible is suppressed cleanly from rendering on the KPM visual interface canvas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

How to hide properties/parameters?

1 participant