onModuleSelected property

ValueChanged<HierarchyOccurrence?>? onModuleSelected
final

Callback when a module is selected in the schematic. The parent can use this to sync selection with other viewers.

Implementation

final ValueChanged<HierarchyOccurrence?>? onModuleSelected;