```
api.decoratePluginOutlet(
"discovery-list-container-top",
elem => {
if (elem.classList.contains("foo")) {
elem.style.backgroundColor = "yellow";
}
}
);
```
|
||
|---|---|---|
| .. | ||
| javascripts | ||
| stylesheets | ||
| run-qunit.js | ||
| smoke_test.js | ||