This api would allow to simply modify header text or icons, eg:
```
api.modifySelectKit("select-kit")
.modifyHeaderComputedContent((context, computedContent) => {
computedContent.title = "Not so evil";
return computedContent;
});
```
|
||
|---|---|---|
| .. | ||
| javascripts | ||
| stylesheets | ||
| smoke_test.js | ||