mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-23 19:48:31 +00:00
add doc
This commit is contained in:
parent
1e6e0a61b3
commit
aeaf447142
@ -355,4 +355,11 @@ function s4() {
|
|||||||
.substring(1);
|
.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');
|
export const markcss = registerControl('markcss');
|
||||||
|
|||||||
@ -98,3 +98,7 @@ What follows is the API doc of all the options you can pass:
|
|||||||
## Pitchwheel
|
## Pitchwheel
|
||||||
|
|
||||||
<JsDoc client:idle name="pitchwheel" h={0} />
|
<JsDoc client:idle name="pitchwheel" h={0} />
|
||||||
|
|
||||||
|
## markcss
|
||||||
|
|
||||||
|
<JsDoc client:idle name="markcss" h={0} />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user