We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d011259 commit 25abe75Copy full SHA for 25abe75
src/script/lib/globals.d.ts
@@ -1,5 +1,5 @@
1
interface AudioRule {
2
- _displayElement?: HTMLElement // Element to display/hide
+ _displayElement?: HTMLElement; // Element to display/hide
3
_dynamic?: boolean; // [Dynamic] Set to true on a dynamic rule
4
checkInterval?: number; // [Watcher] Set a custom watch interval (in ms, Default: 20)
5
className?: string; // [Element] node.className.includes()
0 commit comments