tfausak / jawa / Jawa.Event.PlaylistComplete


type alias PlaylistComplete =
{}

https://docs.jwplayer.com/players/reference/playlist-events#onplaylistcomplete

decoder : Json.Decode.Decoder PlaylistComplete

A JSON decoder.

encode : PlaylistComplete -> Json.Encode.Value

A JSON encoder.

tag : String

The tag that describes this type.