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

Type-safe props in AppShell and AppHeader #1147

Open
filipjnc opened this issue Jul 24, 2022 · 0 comments
Open

Type-safe props in AppShell and AppHeader #1147

filipjnc opened this issue Jul 24, 2022 · 0 comments
Labels
feature New component features and enhancements

Comments

@filipjnc
Copy link

Describe the feature request
Currently, the AppShell and AppHeader don't have types defined for following props:

  @Prop() mainNavigation?: any = [];
  @Prop() iconNavigation?: any = [];
  @Prop() userNavigation?: any = [];
  @Prop() sectorNavigation?: any = [];
  @Prop() addonNavigation?: any = [];

Describe the use case
I would like type safety when passing the prop values to these components.

@filipjnc filipjnc added the feature New component features and enhancements label Jul 24, 2022
@ayeshaa-m ayeshaa-m self-assigned this May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New component features and enhancements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants