Bugfix
Detail
#28262
Declared API of SelectionPartModel should be completely "public"
SelectionPartModel represents the implementable interface / model for selections of an option set that can be controlled via the interface as well as programmatically. However, the API is currently not fully declared public and therefore cannot be implemented from outside the base.
Test
No test.