The TrackDefaultList interface represents a simple container
for multiple web.TrackDefault
objects.
The TrackDefaultList interface represents a simple container for multiple `web.TrackDefault` objects.
Constructor.
The TrackDefaultList() constructor of the web.TrackDefaultList
interface constructs and returns a new TrackDefaultList object.
trackDefaults
A sequence (array) of web.TrackDefault
objects.
See also: https://developer.mozilla.org/en-US/docs/Web/API/TrackDefaultList/TrackDefaultList
Constructor. The TrackDefaultList() constructor of the `web.TrackDefaultList` interface constructs and returns a new TrackDefaultList object. trackDefaults A sequence (array) of `web.TrackDefault` objects. See also: `https://developer.mozilla.org/en-US/docs/Web/API/TrackDefaultList/TrackDefaultList`
(length this)
Property.
The length read-only property of the web.TrackDefaultList
interface
the number of web.TrackDefault
objects in the list.
var myListLength = TrackDefaultList.length;
See also: https://developer.mozilla.org/en-US/docs/Web/API/TrackDefaultList/length
Property. The length read-only property of the `web.TrackDefaultList` interface the number of `web.TrackDefault` objects in the list. `var myListLength = TrackDefaultList.length;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/TrackDefaultList/length`
(set-length! this val)
Property.
The length read-only property of the web.TrackDefaultList
interface
the number of web.TrackDefault
objects in the list.
var myListLength = TrackDefaultList.length;
See also: https://developer.mozilla.org/en-US/docs/Web/API/TrackDefaultList/length
Property. The length read-only property of the `web.TrackDefaultList` interface the number of `web.TrackDefault` objects in the list. `var myListLength = TrackDefaultList.length;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/TrackDefaultList/length`
(track-default this)
Method.
The TrackDefault() getter method of the web.TrackDefaultList
allows the TrackDefault objects in the list to be accessed with
array operator (i.e. [].)
var myTrackDefault = TrackDefaultList[index];
See also: https://developer.mozilla.org/en-US/docs/Web/API/TrackDefaultList/TrackDefault
Method. The TrackDefault() getter method of the `web.TrackDefaultList` allows the TrackDefault objects in the list to be accessed with array operator (i.e. [].) `var myTrackDefault = TrackDefaultList[index];` See also: `https://developer.mozilla.org/en-US/docs/Web/API/TrackDefaultList/TrackDefault`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close