andrew-gaston / BlazorComponentRegistry

This library allows you to track your custom components and their parameters in a render tree
MIT License
1 stars 0 forks source link

Non-parameter public properties may not autorefresh in the tree #10

Open andrew-gaston opened 1 year ago

andrew-gaston commented 1 year ago

Parameters and CascadingParameters do because components that inherit from RegisterableComponent get this behavior from OnParametersSet. Is there some way to subscribe to the changing of a subset of properties, add them to the in-memory store and update the UI?