partialChildIds property
getter/setter pair
Partial expansion state from SHIFT+click on a port.
When non-null and non-empty, this node is partially expanded: only the children whose IDs (from hierarchy) are in this set are visible. Remaining hidden children stay collapsed.
Implementation
Set<String>? partialChildIds;