Skip to content
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

MenuConfiguration.menuClass is a weird name #20486

Open
Artur- opened this issue Nov 16, 2024 · 1 comment
Open

MenuConfiguration.menuClass is a weird name #20486

Artur- opened this issue Nov 16, 2024 · 1 comment

Comments

@Artur-
Copy link
Member

Artur- commented Nov 16, 2024

Description of the bug

When creating the menu, I typically loop through the menu entries and want to use

  1. The title/text to show in the menu
  2. A possible icon to show
  3. The route class that the menu item should link to

The last one I can never found because the naming "menuClass" is so unintuitive

Expected behavior

It would be routeClass instead of menuClass

Minimal reproducible example

Versions

24.6

@mshabarov
Copy link
Contributor

The "menu" was chosen because it refers to @Menu annotated route class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

3 participants