Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //ErrNotImplemented ErrNotImplemented error ErrNotImplemented = errors.New("Browser not implemented HTMLTableCaptionElement") ErrNotAnHTMLTableCaptionElement = errors.New("Object is not an HTMLTableCaptionElement") )
Functions ¶
func GetInterface ¶
Types ¶
type HtmlTableCaptionElement ¶
type HtmlTableCaptionElement struct {
htmlelement.HtmlElement
}
HtmlTableCaptionElement struct
func NewFromElement ¶
func NewFromElement(elem element.Element) (HtmlTableCaptionElement, error)
func NewFromJSObject ¶
func NewFromJSObject(obj js.Value) (HtmlTableCaptionElement, error)
func (HtmlTableCaptionElement) HtmlTableCaptionElement_ ¶
func (h HtmlTableCaptionElement) HtmlTableCaptionElement_() HtmlTableCaptionElement
type HtmlTableCaptionElementFrom ¶
type HtmlTableCaptionElementFrom interface {
HtmlTableCaptionElement_() HtmlTableCaptionElement
}
Click to show internal directories.
Click to hide internal directories.