tfausak / jawa / Jawa.Event.Ready


type alias Ready =
{ setupTime : Basics.Float
, viewable : Jawa.Viewable.Viewable 
}

https://docs.jwplayer.com/players/reference/events-1#onready

decoder : Json.Decode.Decoder Ready

A JSON decoder.

encode : Ready -> Json.Encode.Value

A JSON encoder.

tag : String

The tag that describes this type.