tfausak / jawa / Jawa.Event.Controls


type alias Controls =
{ controls : Basics.Bool }

https://docs.jwplayer.com/players/reference/control-events#oncontrols

decoder : Json.Decode.Decoder Controls

A JSON decoder.

encode : Controls -> Json.Encode.Value

A JSON encoder.

tag : String

The tag that describes this type.