We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Introduce a @query decorator because every time component needs to query it's child elements, same pattern is written
get titleTextDOM() { return this.shadowRoot!.querySelector<HTMLElement>(".ui5-nli-title-text"); }
or something along the lines. This leads to repetitive code and a lot of the noise
One decorator, which receives either string or Ui5Element, which will set a getter with similar thing that Is above
string
Ui5Element
No response
Medium
The text was updated successfully, but these errors were encountered:
Nice, and I tagged someone :D sorry @query for bothering, did not mean to
Sorry, something went wrong.
@query(All)
242024c
ilhan007
Successfully merging a pull request may close this issue.
Feature Request Description
Introduce a @query decorator because every time component needs to query it's child elements, same pattern is written
or something along the lines. This leads to repetitive code and a lot of the noise
Proposed Solution
One decorator, which receives either
string
orUi5Element
, which will set a getter with similar thing that Is aboveProposed Alternatives
No response
Additional Context
No response
Priority
Medium
Privacy Policy
The text was updated successfully, but these errors were encountered: