This interface also inherits properties from web.EventTarget.
This interface also inherits properties from `web.EventTarget`.
(mode this)Property.
The web.TextTrack interface's mode property is a string specifying
controlling the text track's mode: disabled, hidden, or showing.
`var mode = textTrack.mode;
textTrack.mode = "disabled" | "hidden" | "showing";`
See also: https://developer.mozilla.org/en-US/docs/Web/API/TextTrack/mode
Property. The `web.TextTrack` interface's mode property is a string specifying controlling the text track's mode: disabled, hidden, or showing. `var mode = textTrack.mode; textTrack.mode = \"disabled\" | \"hidden\" | \"showing\";` See also: `https://developer.mozilla.org/en-US/docs/Web/API/TextTrack/mode`
(set-mode! this val)Property.
The web.TextTrack interface's mode property is a string specifying
controlling the text track's mode: disabled, hidden, or showing.
`var mode = textTrack.mode;
textTrack.mode = "disabled" | "hidden" | "showing";`
See also: https://developer.mozilla.org/en-US/docs/Web/API/TextTrack/mode
Property. The `web.TextTrack` interface's mode property is a string specifying controlling the text track's mode: disabled, hidden, or showing. `var mode = textTrack.mode; textTrack.mode = \"disabled\" | \"hidden\" | \"showing\";` See also: `https://developer.mozilla.org/en-US/docs/Web/API/TextTrack/mode`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |