tfausak / jawa / Jawa.Event.Breakpoint


type alias Breakpoint =
{ breakpoint : Basics.Int }

This event is not documented.

decoder : Json.Decode.Decoder Breakpoint

A JSON decoder.

encode : Breakpoint -> Json.Encode.Value

A JSON encoder.

tag : String

The tag that describes this type.