You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
queryselector to get every single element I would like to be selectable
parentElements.forEach(parentElement => {
const childElements = Array.from(parentElement.children);
// Iterating through the child nodes of each parent element
for (const childElement of childElements) {
// Access child element properties or perform actions
childElement.setAttribute("[dtsSelectItem]","123");
}
});
relatively new to frontend but don't found a way to make the child elements selectable
The text was updated successfully, but these errors were encountered:
I didnt found a way to make the single paths of my rendered vega chart selectable in angular.
vega
html
queryselector to get every single element I would like to be selectable
relatively new to frontend but don't found a way to make the child elements selectable
The text was updated successfully, but these errors were encountered: