This commit is contained in:
Felix Roos 2024-10-22 22:27:14 +02:00
parent 1e6e0a61b3
commit aeaf447142
2 changed files with 11 additions and 0 deletions

View File

@ -355,4 +355,11 @@ function s4() {
.substring(1);
}
/**
* Overrides the css of highlighted events. Make sure to use single quotes!
* @name markcss
* @example
* note("c a f e")
* .markcss('text-decoration:underline')
*/
export const markcss = registerControl('markcss');

View File

@ -98,3 +98,7 @@ What follows is the API doc of all the options you can pass:
## Pitchwheel
<JsDoc client:idle name="pitchwheel" h={0} />
## markcss
<JsDoc client:idle name="markcss" h={0} />