github.com/pf-qiu/concourse/v6@v6.7.3-0.20201207032516-1f455d73275f/web/elm/src/Message/ScrollDirection.elm (about) 1 module Message.ScrollDirection exposing (ScrollDirection(..)) 2 3 4 type ScrollDirection 5 = ToTop 6 | Down 7 | Up 8 | ToBottom 9 | Sideways Float 10 | ToId String