Skip to content

Adds support for marking components as internal#1488

Open
valadas wants to merge 1 commit intoDNNCommunity:developfrom
valadas:internal
Open

Adds support for marking components as internal#1488
valadas wants to merge 1 commit intoDNNCommunity:developfrom
valadas:internal

Conversation

@valadas
Copy link
Member

@valadas valadas commented Mar 13, 2026

We sometimes need to create components that we don't want consumers to use directly:

  • The component is an example
  • The component is only used internally as part of a larger complex component

With this change we can exclude such components with @internal jsdoc attribute which will skip it from types and vscode docs to reduce their discoverability.

We sometimes need to create components that we don't want consumers to use directly:
- The component is an example
- The component is only used internally as part of a larger complex component

With this change we can exclude such components with @internal jsdoc attribute which will skip it from types and vscode docs to reduce their discoverability.
@valadas valadas added this to the 0.29.3 milestone Mar 13, 2026
@valadas valadas added the enhancement New feature or request label Mar 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant