-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Hide internal parameter properties in blazor from the IntelliSense #12271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for contacting us, @Stamo-Gochev. |
@mkArtakMSFT I need this in order to hide an internal setting of a component. The scenario is that a component can be used as a standalone unit, but it can be also integrated in another component, e.g. in a hierarchy. Let's say an editor component can be used in a form, but it can also be used as an editor in a grid component, which requires some internal customizations that are not (currently) relevant to be used in the standalone case. I think that the |
For what it's worth, I've never seen |
Thanks @Stamo-Gochev. |
@Stamo-Gochev The reason is that there are other ways this can be achieved, and we're not sure that
I hope one of those is suitable for your use cases! |
Thanks @SteveSandersonMS, this makes sense. |
Describe the bug
Is there a way to hide an internal property, which has the
[Parameter]
attribute, e.g.:Using EditorBrowsable does not seem to work either:
Expected behavior
The internal property is not visible.
Screenshots
The text was updated successfully, but these errors were encountered: