gi-webkit2webextension-0.2.10.13: WebKit2WebExtension bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMHTMLOptionsCollection

Contents

Description

 

Synopsis

Exported types

Methods

dOMHTMLOptionsCollectionGetLength

dOMHTMLOptionsCollectionGetSelectedIndex

dOMHTMLOptionsCollectionNamedItem

dOMHTMLOptionsCollectionSetSelectedIndex

Properties

Length

data DOMHTMLOptionsCollectionLengthPropertyInfo Source

Instances

AttrInfo DOMHTMLOptionsCollectionLengthPropertyInfo Source 
type AttrLabel DOMHTMLOptionsCollectionLengthPropertyInfo = "length" Source 
type AttrGetType DOMHTMLOptionsCollectionLengthPropertyInfo = Word64 Source 
type AttrBaseTypeConstraint DOMHTMLOptionsCollectionLengthPropertyInfo = DOMHTMLOptionsCollectionK Source 
type AttrSetTypeConstraint DOMHTMLOptionsCollectionLengthPropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps DOMHTMLOptionsCollectionLengthPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source 

SelectedIndex

data DOMHTMLOptionsCollectionSelectedIndexPropertyInfo Source

Instances

AttrInfo DOMHTMLOptionsCollectionSelectedIndexPropertyInfo Source 
type AttrLabel DOMHTMLOptionsCollectionSelectedIndexPropertyInfo = "selected-index" Source 
type AttrGetType DOMHTMLOptionsCollectionSelectedIndexPropertyInfo = Int64 Source 
type AttrBaseTypeConstraint DOMHTMLOptionsCollectionSelectedIndexPropertyInfo = DOMHTMLOptionsCollectionK Source 
type AttrSetTypeConstraint DOMHTMLOptionsCollectionSelectedIndexPropertyInfo = TYPE Lifted ~ Int64 Source 
type AttrAllowedOps DOMHTMLOptionsCollectionSelectedIndexPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source