Liking cljdoc? Tell your friends :D
ClojureScript only.

web.TextTrack

This interface also inherits properties from web.EventTarget.

This interface also inherits properties from `web.EventTarget`.
raw docstring

modecljs

(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`
sourceraw docstring

set-mode!cljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close