Module Background.Attachment

include sig ... end
type value = [
| `scroll
| `fixed
]
include sig ... end
val valueToJs : value -> string
val valueFromJs : string -> value option
type t = [
| Global.t
| value
]
val show : t -> string