partialHyperedgeIds property

Set<String>? partialHyperedgeIds
getter/setter pair

IDs of signals to treat as visible during partial expansion.

Only the signals whose IDs are in this set are included as visible edges when the node is partially expanded.

Implementation

Set<String>? partialHyperedgeIds;