kind property
TextTrackKind
get
kind
The kind
read-only property of the TextTrack interface returns the
kind of text track this object represents. This decides how the track will
be handled by a user agent.
Implementation
external TextTrackKind get kind;