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 is a website building & hosting documentation for Clojure/Script libraries
× close