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